forked from jin-guo/SoftwareDesignCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
18 lines (18 loc) · 836 Bytes
/
Copy path.classpath
File metadata and controls
18 lines (18 loc) · 836 Bytes
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="src" path="module00"/>
<classpathentry kind="src" path="module01"/>
<classpathentry kind="src" path="module02"/>
<classpathentry kind="src" path="module03"/>
<classpathentry kind="src" path="module04"/>
<classpathentry kind="src" path="module05"/>
<classpathentry kind="src" path="module06"/>
<classpathentry kind="src" path="images"/>
<classpathentry kind="src" path="module07"/>
<classpathentry kind="src" path="module09"/>
<classpathentry kind="src" path="module08"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="external/opennlp-tools-1.9.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>