Merge "Issue #1325 add missing sourcepath for jts" into development

Former-commit-id: c4e1d26056 [formerly 19d74235d9 [formerly ecff6dc0484b6dc65e2c043be4a2b6a7fbb3a503]]
Former-commit-id: 19d74235d9
Former-commit-id: 397c71cb00
This commit is contained in:
Nate Jensen 2012-11-15 11:02:35 -06:00 committed by Gerrit Code Review
commit 1e1049386d

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>