-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·18 lines (18 loc) · 1.17 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/ejml-0.23.jar"/>
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jollyday.jar"/>
<classpathentry exported="true" kind="lib" path="lib/protobuf.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-simple.jar"/>
<classpathentry exported="true" kind="lib" path="lib/stanford-corenlp-3.8.0-models.jar"/>
<classpathentry exported="true" kind="lib" path="lib/stanford-corenlp-3.8.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xom.jar"/>
<classpathentry exported="true" kind="lib" path="bin" sourcepath="bin"/>
<classpathentry exported="true" kind="lib" path="lib/jwnl.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>