forked from 3dcitydb/importer-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
26 lines (26 loc) · 1.53 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="resources/jar"/>
<classpathentry kind="lib" path="lib/java3d/j3dcore.jar"/>
<classpathentry kind="lib" path="lib/java3d/j3dutils.jar"/>
<classpathentry kind="lib" path="lib/java3d/vecmath.jar"/>
<classpathentry kind="lib" path="lib/jts/jts-1.13.jar"/>
<classpathentry kind="lib" path="lib/kml-collada/kml-collada-jaxb.jar"/>
<classpathentry kind="lib" path="lib/oracle/ojdbc7.jar"/>
<classpathentry kind="lib" path="lib/oracle/sdoapi.jar"/>
<classpathentry kind="lib" path="lib/swingx-ws/swingx-all-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/swingx-ws/swingx-ws.jar"/>
<classpathentry kind="lib" path="lib/tomcat-juli/tomcat-jdbc.jar"/>
<classpathentry kind="lib" path="lib/tomcat-juli/tomcat-juli.jar"/>
<classpathentry kind="lib" path="lib/citygml4j/relaxngDatatype.jar"/>
<classpathentry kind="lib" path="lib/citygml4j/xsom.jar"/>
<classpathentry kind="lib" path="lib/h2/h2-1.4.190.jar"/>
<classpathentry kind="lib" path="lib/args4j/args4j-2.33.jar"/>
<classpathentry kind="lib" path="lib/postgis/postgis-jdbc-2.2.1.jar"/>
<classpathentry kind="lib" path="lib/postgis/postgresql-9.4.1209.jar"/>
<classpathentry kind="lib" path="lib/kml-collada/texture-atlas-creator-1.3.jar"/>
<classpathentry kind="lib" path="lib/citygml4j/citygml4j-2.4.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>