-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
25 lines (25 loc) · 1.48 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
<?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.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-4.7.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-4.7.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-highlighter-4.7.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-queries-4.7.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-4.7.2.jar"/>
<classpathentry kind="lib" path="lib/ik-analyzer-5.1.jar"/>
<classpathentry kind="lib" path="lib/rabbitmq-client.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.1.jar"/>
<classpathentry kind="lib" path="lib/json-lib-2.4-jdk15.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.9.2.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/ezmorph-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-ab-4.4.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-nio-4.4.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>