-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
15 lines (15 loc) · 919 Bytes
/
.classpath
File metadata and controls
15 lines (15 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/json_simple.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.5-bin.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.0.2.jar" sourcepath="/home/william/.m2/repository/org/apache/lucene/lucene-core/3.0.2/lucene-core-3.0.2-sources.jar"/>
<classpathentry kind="lib" path="lib/lucene-queries-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/mmseg4j-all-1.8.4-with-dic.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="classes"/>
</classpath>