-
Notifications
You must be signed in to change notification settings - Fork 21
/
.classpath
76 lines (76 loc) · 4.39 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.20.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.16.jar"/>
<classpathentry kind="lib" path="lib/jigg-0.1.jar"/>
<classpathentry kind="lib" path="lib/junit-4.1.jar"/>
<classpathentry kind="lib" path="lib/juniversalchardet-1.0.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-4.4.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-4.4.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-demo-4.4.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-memory-4.4.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-4.4.0.jar"/>
<classpathentry kind="lib" path="lib/nekohtml.jar"/>
<classpathentry kind="lib" path="lib/ojalgo-48.1.0.jar"/>
<classpathentry kind="lib" path="lib/poi-3.14-20160307.jar"/>
<classpathentry kind="lib" path="lib/resolver.jar"/>
<classpathentry kind="lib" path="lib/rooster.jar"/>
<classpathentry kind="lib" path="lib/secondstring-20120620.jar"/>
<classpathentry kind="lib" path="lib/serializer.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="lib" path="lib/super-csv-2.1.0.jar"/>
<classpathentry kind="lib" path="lib/tm-extractors-1.0.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/apache-mime4j-core-0.7.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/apache-mime4j-dom-0.7.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/asm-3.1.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/boilerpipe-1.1.0.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/commons-compress-1.3.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/crawler4j-3.3.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/je-4.0.92.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/metadata-extractor-2.4.0-beta-1.jar"/>
<classpathentry kind="lib" path="lib/crawler4j-libs/tagsoup-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/drools/antlr-runtime-3.3.jar"/>
<classpathentry kind="lib" path="lib/drools/drools-compiler-5.5.0.Final.jar"/>
<classpathentry kind="lib" path="lib/drools/drools-core-5.5.0.Final.jar"/>
<classpathentry kind="lib" path="lib/drools/ecj-3.5.1.jar"/>
<classpathentry kind="lib" path="lib/drools/knowledge-api-5.5.0.Final.jar"/>
<classpathentry kind="lib" path="lib/drools/knowledge-internal-api-5.5.0.Final.jar"/>
<classpathentry kind="lib" path="lib/drools/mvel2-2.1.3.Final.jar"/>
<classpathentry kind="lib" path="lib/drools/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/drools/slf4j-jdk14-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient5-5.2.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore5-5.2.jar"/>
<classpathentry kind="lib" path="lib/commons-text-1.10.0.jar"/>
<classpathentry kind="lib" path="lib/httpcore5-h2-5.2.jar"/>
<classpathentry kind="lib" path="lib/jakarta.mail-2.0.2.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="C:/Code/GitHub/yooreeka/lib/tika-app-2.9.2.jar"/>
<classpathentry kind="lib" path="C:/Code/GitHub/yooreeka/lib/tika-server-standard-2.9.2.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>