forked from lazycrazyowl/maui-indexer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
19 lines (19 loc) · 975 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/icu4j_3_4.jar"/>
<classpathentry kind="lib" path="lib/iri.jar"/>
<classpathentry kind="lib" path="lib/jena.jar"/>
<classpathentry kind="lib" path="lib/maxent-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-3.1.13-bin.jar"/>
<classpathentry kind="lib" path="lib/opennlp-tools-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/snowball.jar"/>
<classpathentry kind="lib" path="lib/trove.jar"/>
<classpathentry kind="lib" path="lib/weka.jar"/>
<classpathentry kind="lib" path="lib/wikipediaminer1.1.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>