forked from OpenMap-java/openmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
53 lines (53 loc) · 3.65 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.DS_Store|**/.cvsignore|build.xml" kind="src" path="src/openmap"/>
<classpathentry kind="src" path="src/vpfservlet/WEB-INF/src"/>
<classpathentry kind="src" path="src/maptileservlet/WEB-INF/src"/>
<classpathentry excluding="**/.DS_Store|**/.cvsignore|build.xml" kind="src" path="src/ext"/>
<classpathentry excluding="**/.DS_Store|**/.cvsignore|build.xml" kind="src" output="classes/corba" path="src/corba"/>
<classpathentry excluding="**/.DS_Store|**/.cvsignore|build.xml" kind="src" output="classes/j3d" path="src/j3d"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
<classpathentry kind="lib" path="ext/batik-1.7/extensions/batik-rasterizer-ext.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/extensions/batik-squiggle-ext.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-anim.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-awt-util.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-bridge.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-codec.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-css.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-dom.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-ext.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-extension.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-gui-util.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-gvt.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-parser.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-script.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-svg-dom.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-svggen.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-swing.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-transcoder.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-util.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/batik-xml.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/js.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/pdf-transcoder.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/xalan-2.6.0.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/xerces_2_5_0.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/xml-apis-ext.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/lib/xml-apis.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/batik-rasterizer.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/batik-slideshow.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/batik-squiggle.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/batik-svgpp.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/batik-ttf2svg.jar"/>
<classpathentry kind="lib" path="ext/batik-1.7/batik.jar"/>
<classpathentry kind="lib" path="ext/j3d-1_5_2/lib/ext/j3dcore.jar"/>
<classpathentry kind="lib" path="ext/j3d-1_5_2/lib/ext/j3dutils.jar"/>
<classpathentry kind="lib" path="ext/j3d-1_5_2/lib/ext/vecmath.jar"/>
<classpathentry kind="lib" path="ext/jai-1_1_3/lib/jai_codec.jar"/>
<classpathentry kind="lib" path="ext/jai-1_1_3/lib/jai_core.jar"/>
<classpathentry kind="lib" path="ext/junit-4.6.jar"/>
<classpathentry kind="lib" path="ext/sqlitejdbc/sqlitejdbc-v056.jar"/>
<classpathentry kind="lib" path="ext/apache/servlet-api.jar"/>
<classpathentry kind="lib" path="ext/BrowserLauncher2-all-1_3.jar"/>
<classpathentry kind="output" path="classes/openmap"/>
</classpath>