-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.classpath
33 lines (33 loc) · 1.77 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jgrapht-jdk1.6.jar"/>
<classpathentry kind="lib" path="lib/kstem-3.4.jar"/>
<classpathentry kind="lib" path="lib/pdf-transcoder.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/ws4j-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/batik-1.7.jar"/>
<classpathentry kind="lib" path="lib/batik-anim.jar"/>
<classpathentry kind="lib" path="lib/batik-awt-util.jar"/>
<classpathentry kind="lib" path="lib/batik-bridge.jar"/>
<classpathentry kind="lib" path="lib/batik-codec.jar"/>
<classpathentry kind="lib" path="lib/batik-css.jar"/>
<classpathentry kind="lib" path="lib/batik-dom.jar"/>
<classpathentry kind="lib" path="lib/batik-ext.jar"/>
<classpathentry kind="lib" path="lib/batik-gvt.jar"/>
<classpathentry kind="lib" path="lib/batik-parser.jar"/>
<classpathentry kind="lib" path="lib/batik-script.jar"/>
<classpathentry kind="lib" path="lib/batik-svg-dom.jar"/>
<classpathentry kind="lib" path="lib/batik-svggen.jar"/>
<classpathentry kind="lib" path="lib/batik-transcoder.jar"/>
<classpathentry kind="lib" path="lib/batik-util.jar"/>
<classpathentry kind="lib" path="lib/batik-xml.jar"/>
<classpathentry kind="lib" path="lib/jwnl-1.3.3.jar"/>
<classpathentry kind="lib" path="lib/opennlp-maxent-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/opennlp-tools-1.5.3.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-ext.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>