forked from liuqun/docfetcher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
75 lines (75 loc) · 6.11 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SWT"/>
<classpathentry kind="lib" path="lib/ansj/ansj_lucene6_plug-5.1.2.0.jar"/>
<classpathentry kind="lib" path="lib/ansj/ansj_seg-5.1.2.jar"/>
<classpathentry kind="lib" path="lib/ansj/nlp-lang-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/commons-codec/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/commons-collections/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="lib/commons-compress/commons-compress-1.4.1.jar" sourcepath="lib/commons-compress/commons-compress-1.4.1-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-io/commons-io-2.4.jar" sourcepath="lib/commons-io/commons-io-2.4-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-logging/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/guava/guava-12.0.jar" sourcepath="lib/guava/guava-12.0-sources.jar"/>
<classpathentry kind="lib" path="lib/J7zip/J7zip_4.43_alpha2.jar" sourcepath="lib/J7zip/J7zip_4.43_alpha2_src.zip"/>
<classpathentry kind="lib" path="lib/java-libpst/java-libpst-0.8.1.jar" sourcepath="lib/java-libpst/java-libpst-0.8.1-src-stripped.zip"/>
<classpathentry kind="lib" path="lib/javolution/javolution-5.5.1.jar" sourcepath="lib/javolution/javolution-5.5.1-sources.jar"/>
<classpathentry kind="lib" path="lib/jericho-html/jericho-html-3.4.jar" sourcepath="lib/jericho-html/jericho-html-3.4-src.zip"/>
<classpathentry kind="lib" path="lib/jexcelapi/jexcelapi-2.6.12.jar" sourcepath="lib/jexcelapi/jexcelapi-2.6.12-src.zip"/>
<classpathentry kind="lib" path="lib/jna/jna-3.2.7.jar" sourcepath="lib/jna/jna-3.2.7-src.zip"/>
<classpathentry kind="lib" path="lib/jna/jna-platform-3.2.7.jar" sourcepath="lib/jna/jna-3.2.7-src.zip"/>
<classpathentry kind="lib" path="lib/junit/junit-4.8.2.jar" sourcepath="lib/junit/junit-4.8.2-src.jar"/>
<classpathentry kind="lib" path="lib/juniversalchardet/juniversalchardet-1.0.3.jar" sourcepath="lib/juniversalchardet/juniversalchardet-1.0.3-src-stripped.zip"/>
<classpathentry kind="lib" path="lib/junrar/java-unrar-0.3.jar" sourcepath="lib/junrar/java-unrar-0.3-sources.jar"/>
<classpathentry kind="lib" path="lib/jxgrabkey/JXGrabKey-0.3.2.jar" sourcepath="lib/jxgrabkey/JXGrabKey-0.3.2-src.zip">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="DocFetcher-1.1/lib/jxgrabkey"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/log4j/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/lucene/lucene-analyzers-common-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/lucene/lucene-backward-codecs-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/lucene/lucene-core-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/lucene/lucene-highlighter-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/lucene/lucene-join-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/lucene/lucene-memory-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/lucene/lucene-queries-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/lucene/lucene-queryparser-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/mime-util/mime-util-2.1.3.jar" sourcepath="lib/mime-util/mime-util-2.1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/pegdown/asm-all-3.3.1.jar"/>
<classpathentry kind="lib" path="lib/pegdown/parboiled-core-1.0.2.jar" sourcepath="lib/pegdown/parboiled-core-1.0.2-sources.jar"/>
<classpathentry kind="lib" path="lib/pegdown/parboiled-java-1.0.2.jar" sourcepath="lib/pegdown/parboiled-java-1.0.2-sources.jar"/>
<classpathentry kind="lib" path="lib/pegdown/pegdown-1.1.0.jar" sourcepath="lib/pegdown/pegdown-1.1.0-sources.jar"/>
<classpathentry kind="lib" path="lib/poi/ooxml-lib/curvesapi-1.04.jar"/>
<classpathentry kind="lib" path="lib/poi/ooxml-lib/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="lib/poi/poi-3.17.jar"/>
<classpathentry kind="lib" path="lib/poi/poi-ooxml-3.17.jar"/>
<classpathentry kind="lib" path="lib/poi/poi-ooxml-schemas-3.17.jar"/>
<classpathentry kind="lib" path="lib/poi/poi-scratchpad-3.17.jar"/>
<classpathentry kind="lib" path="lib/py4j/py4j0.10.7-py3.jar"/>
<classpathentry kind="lib" path="lib/slf4j/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j/slf4j-nop-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/truezip/truezip-driver-file-7.7.7.jar" sourcepath="lib/truezip/truezip-driver-file-7.7.7-sources.jar"/>
<classpathentry kind="lib" path="lib/truezip/truezip-driver-tar-7.7.7.jar" sourcepath="lib/truezip/truezip-driver-tar-7.7.7-sources.jar"/>
<classpathentry kind="lib" path="lib/truezip/truezip-driver-zip-7.7.7.jar" sourcepath="lib/truezip/truezip-driver-zip-7.7.7-sources.jar"/>
<classpathentry kind="lib" path="lib/truezip/truezip-file-7.7.7.jar" sourcepath="lib/truezip/truezip-file-7.7.7-sources.jar"/>
<classpathentry kind="lib" path="lib/truezip/truezip-kernel-7.7.7.jar" sourcepath="lib/truezip/truezip-kernel-7.7.7-sources.jar"/>
<classpathentry kind="lib" path="lib/truezip/truezip-swing-7.7.7.jar" sourcepath="lib/truezip/truezip-swing-7.7.7-sources.jar"/>
<classpathentry kind="lib" path="lib/xz-utils/xz-1.3.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/ant/ant-1.10.3.jar"/>
<classpathentry kind="lib" path="lib/jintellitype/jintellitype-1.3.7.jar" sourcepath="lib/jintellitype/jintellitype-1.3.7-sources.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor/metadata-extractor-2.11.0.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor/xmpcore-5.1.3.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/bcmail-jdk15on-160.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/bcpkix-jdk15on-160.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/bcprov-jdk15on-160.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/fontbox-2.0.13.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/pdfbox-2.0.13.jar"/>
<classpathentry kind="lib" path="lib/pdfbox/xmpbox-2.0.13.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>