.classpath 793 Bytes
Newer Older
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test"/>
	<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"/>
Eric Duminil's avatar
Eric Duminil committed
8
9
10
11
	<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"/>
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
12
13
	<classpathentry kind="output" path="bin"/>
</classpath>