-
Notifications
You must be signed in to change notification settings - Fork 11
/
.classpath
executable file
·28 lines (28 loc) · 1.79 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 8 [1.8.0_40]">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.preview.runtimeTarget/J2EE Preview">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/jsoup-1.7.3.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/mysql-connector-java-3.0.17-ga-bin.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/stanford-parser-3.2.0-javadoc.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/stanford-parser-3.2.0-models.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/stanford-parser-3.2.0-sources.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/stanford-parser.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/ws4j-1.0.1.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/ezmorph-1.0.3.jar"/>
<classpathentry kind="lib" path="/Users/lifei/Dropbox/workspace/morphadorner.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>