-
Notifications
You must be signed in to change notification settings - Fork 78
/
.classpath
37 lines (37 loc) · 2.12 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
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/web"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/activation.jar"/>
<classpathentry kind="lib" path="lib/base.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/filterbuilder.jar"/>
<classpathentry kind="lib" path="lib/gson-1.3-b2.jar"/>
<classpathentry kind="lib" path="lib/hadoop-0.20.1-core.jar"/>
<classpathentry kind="lib" path="lib/hadooplda-libs.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>
<classpathentry kind="lib" path="lib/htmlparser.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-asl-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-mapper-asl-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/json.jar"/>
<classpathentry kind="lib" path="lib/junit-3.8.1.1.jar"/>
<classpathentry kind="lib" path="lib/libsvm.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-2.2.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-2.2.0.jar"/>
<classpathentry kind="lib" path="lib/mail.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.0.4-bin.jar"/>
<classpathentry kind="lib" path="lib/one-jar-ant-task-0.96.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="lib" path="lib/stanford-postagger.jar"/>
<classpathentry kind="lib" path="lib/velocity-1.6.jar"/>
<classpathentry kind="lib" path="lib/weka.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>