Commit 86a742c2 authored by Eric Duminil's avatar Eric Duminil
Browse files

Moving libs to RegionChooser.

parent 706f5731
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/GeoLibs/lib/proj4j-0.1.0.jar" sourcepath="/GeoLibs/lib/proj4j-0.1.0-sources.jar"/> <classpathentry kind="lib" path="lib/proj4j-0.1.0.jar" sourcepath="lib/proj4j-0.1.0-sources.jar"/>
<classpathentry kind="lib" path="/GeoLibs/lib/citygml4j-2.10.2.jar" sourcepath="/GeoLibs/lib/citygml4j-2.10.2.zip"/> <classpathentry kind="lib" path="lib/citygml4j-2.10.2.jar" sourcepath="lib/citygml4j-2.10.2.zip"/>
<classpathentry kind="lib" path="/GeoLibs/lib/vtd-xml_2_13_1.jar"/> <classpathentry kind="lib" path="lib/vtd-xml_2_13_1.jar"/>
<classpathentry kind="lib" path="/GeoLibs/lib/jts-core-1.16.1.jar" sourcepath="/GeoLibs/lib/jts-core-1.16.1-sources.jar"/> <classpathentry kind="lib" path="lib/jts-core-1.16.1.jar" sourcepath="lib/jts-core-1.16.1-sources.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>
...@@ -10,7 +10,7 @@ Before executing check that all required modules/projects are enumerated in pro ...@@ -10,7 +10,7 @@ Before executing check that all required modules/projects are enumerated in pro
Create a Jar file with RegionChooser libraries and executables Create a Jar file with RegionChooser libraries and executables
</description> </description>
<property name="target.path" value="lib/region-chooser" /> <property name="target.path" value="lib/region-chooser" />
<property name="projects" value="RegionChooser,GeoLibs" /> <property name="projects" value="RegionChooser" />
<import file="../SimStadt/deploy-common.xml" /> <import file="../SimStadt/deploy-common.xml" />
<target name="deploy" depends="unit-test"> <target name="deploy" depends="unit-test">
<echo file="${deploy.dir}/RegionChooser.bat"> <echo file="${deploy.dir}/RegionChooser.bat">
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment