Issue #1325 add missing sourcepath for jts

Change-Id: I776bcb3cbb2accd0cf6c41b2a91c12102b9a9653

Former-commit-id: 457d55ecdf [formerly bf8dd91d2e2cb79548cc852c82446cb914e63991]
Former-commit-id: 94ec6eaeaf
This commit is contained in:
Ron Anderson 2012-11-15 11:00:02 -06:00
parent 8fc896f7d4
commit 0984f201b2

View file

@ -41,7 +41,7 @@
<classpathentry exported="true" kind="lib" path="net.opengis.wfs-2.6.4.jar"/>
<classpathentry exported="true" kind="lib" path="net.opengis.wfsv-2.6.4.jar"/>
<classpathentry kind="lib" path="jdom-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="jts-1.10.jar"/>
<classpathentry exported="true" kind="lib" path="jts-1.10.jar" sourcepath="jts-1.10.zip"/>
<classpathentry kind="lib" path="picocontainer-1.2.jar"/>
<classpathentry kind="lib" path="xercesImpl-2.7.1.jar"/>
<classpathentry kind="lib" path="xml-apis-1.0.b2.jar"/>
@ -50,4 +50,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
<referencedentry exported="true" kind="lib" path="gt-jdbc-2.6.4.jar" sourcepath="gt-jdbc-2.6.4-sources.zip"/>
</classpath>