forked from validator/validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
92 lines (92 loc) · 4.36 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="jars/htmlparser.jar" sourcepath="htmlparser/src"/>
<classpathentry kind="lib" path="jars/galimatias.jar" sourcepath="galimatias/src/main/java"/>
<classpathentry kind="lib" path="dependencies/log4j-1.2.17.jar">
<attributes>
<attribute name="javadoc_location" value="http://logging.apache.org/log4j/1.2/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/commons-fileupload-1.3.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/proper/commons-fileupload/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/httpcore-4.4.jar">
<attributes>
<attribute name="javadoc_location" value="http://hc.apache.org/httpcomponents-core-4.4.x/httpcore/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/httpclient-4.4.jar">
<attributes>
<attribute name="javadoc_location" value="http://hc.apache.org/httpcomponents-client-4.4.x/httpclient/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/commons-logging-1.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/proper/commons-logging/javadocs/api-release/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/commons-logging-1.2-adapters.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/proper/commons-logging/javadocs/api-release/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/commons-logging-1.2-api.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/proper/commons-logging/javadocs/api-release/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/icu4j-54.1.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://icu-project.org/apiref/icu4j/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/salvation-2.0.1.jar"/>
<classpathentry kind="lib" path="dependencies/javax.servlet-api-3.1.0.jar">
<attributes>
<attribute name="javadoc_location" value="http://docs.oracle.com/javaee/7/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/jetty-server-9.2.9.v20150224.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/9.2.14.v20151106/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/jetty-servlet-9.2.9.v20150224.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/9.2.14.v20151106/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/jetty-servlets-9.2.9.v20150224.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/9.2.14.v20151106/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/jetty-util-9.2.9.v20150224.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/9.2.14.v20151106/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/jetty-util-ajax-9.2.9.v20150224.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/9.2.14.v20151106/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/rhino-1.7R5.jar">
<attributes>
<attribute name="javadoc_location" value="http://mozilla.github.io/rhino/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/langdetect-1.1-20120112.jar">
<attributes>
<attribute name="javadoc_location" value="https://cdn.rawgit.com/shuyo/language-detection/master/doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependencies/jsonic-1.3.9.jar"/>
<classpathentry kind="lib" path="dependencies/org.apache.stanbol.enhancer.engines.langdetect-0.12.0.jar"/>
<classpathentry kind="lib" path="jing-trang/build/jing.jar" sourcepath="jing-trang/mod/validate/src/main"/>
<classpathentry kind="output" path="classes"/>
</classpath>