diff --git a/.classpath b/.classpath
index c765133e2a10bdce9a6ddca81c16523a48995267..d0d181b1997f15d5467b3f2a709db9d0a5f55a95 100644
--- a/.classpath
+++ b/.classpath
@@ -5,9 +5,9 @@
 	<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.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="/GeoLibs/lib/citygml4j-2.10.2.jar" sourcepath="/GeoLibs/lib/citygml4j-2.10.2.zip"/>
-	<classpathentry kind="lib" path="/GeoLibs/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/proj4j-0.1.0.jar" sourcepath="lib/proj4j-0.1.0-sources.jar"/>
+	<classpathentry kind="lib" path="lib/citygml4j-2.10.2.jar" sourcepath="lib/citygml4j-2.10.2.zip"/>
+	<classpathentry kind="lib" path="lib/vtd-xml_2_13_1.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"/>
 </classpath>
diff --git a/deploy.xml b/deploy.xml
index 54c1916ba31f7e4d588332e162a0118ed5fbd7e3..0d7461f39f6b689b99f75499b60e691a1028eae1 100644
--- a/deploy.xml
+++ b/deploy.xml
@@ -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
 	</description>
 	<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" />
 	<target name="deploy" depends="unit-test">
 		<echo file="${deploy.dir}/RegionChooser.bat">
diff --git a/lib/citygml4j-2.10.2.jar b/lib/citygml4j-2.10.2.jar
new file mode 100644
index 0000000000000000000000000000000000000000..6b4f6927f41af7ee39f97c76cc951d75c55035ba
Binary files /dev/null and b/lib/citygml4j-2.10.2.jar differ
diff --git a/lib/citygml4j-2.10.2.zip b/lib/citygml4j-2.10.2.zip
new file mode 100644
index 0000000000000000000000000000000000000000..de673e9bf4c61b90fb2a9f8475b30abd6cf39488
Binary files /dev/null and b/lib/citygml4j-2.10.2.zip differ
diff --git a/lib/jts-core-1.16.1-sources.jar b/lib/jts-core-1.16.1-sources.jar
new file mode 100644
index 0000000000000000000000000000000000000000..f062b1ce4e0fedccc3277994cc9692d46c5bdf14
Binary files /dev/null and b/lib/jts-core-1.16.1-sources.jar differ
diff --git a/lib/jts-core-1.16.1.jar b/lib/jts-core-1.16.1.jar
new file mode 100644
index 0000000000000000000000000000000000000000..e6e7487cf474d5729171d3f2a2312db845152873
Binary files /dev/null and b/lib/jts-core-1.16.1.jar differ
diff --git a/lib/proj4j-0.1.0-sources.jar b/lib/proj4j-0.1.0-sources.jar
new file mode 100644
index 0000000000000000000000000000000000000000..311d86f27db3caa518e5f69456ec8c5093f07f8b
Binary files /dev/null and b/lib/proj4j-0.1.0-sources.jar differ
diff --git a/lib/proj4j-0.1.0.jar b/lib/proj4j-0.1.0.jar
new file mode 100644
index 0000000000000000000000000000000000000000..941c3788acb791b96d167508511c742d01b23c31
Binary files /dev/null and b/lib/proj4j-0.1.0.jar differ
diff --git a/lib/vtd-xml_2_13_1.jar b/lib/vtd-xml_2_13_1.jar
new file mode 100644
index 0000000000000000000000000000000000000000..1e021e5f680589442fc8a3bc478b7049c6f369d4
Binary files /dev/null and b/lib/vtd-xml_2_13_1.jar differ