Issue #1325 add missing sourcepath for jts
Change-Id: I776bcb3cbb2accd0cf6c41b2a91c12102b9a9653 Former-commit-id:94ec6eaeaf
[formerly94ec6eaeaf
[formerly bf8dd91d2e2cb79548cc852c82446cb914e63991]] Former-commit-id:457d55ecdf
Former-commit-id:1157e5a55e
This commit is contained in:
parent
59efd9a217
commit
c55588f57c
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue