-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
53 lines (53 loc) · 3.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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/fluent-hc-4.2.3.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.2-javadoc.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.2-sources.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.2.3.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.2.3.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.2.3.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/pdfbox-app-1.8.1.jar"/>
<classpathentry kind="lib" path="lib/poi-3.9-20121203.jar"/>
<classpathentry kind="lib" path="lib/poi-ooxml-3.9-20121203.jar"/>
<classpathentry kind="lib" path="lib/poi-scratchpad-3.9-20121203.jar"/>
<classpathentry kind="lib" path="lib/xmlbeans-2.3.0.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/annotations-api.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/catalina-ant.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/catalina-ha.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/catalina-tribes.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/catalina.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/ecj-3.6.2.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/el-api.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/jasper-el.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/jasper.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/jsp-api.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/servlet-api.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/tomcat-api.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/tomcat-coyote.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/tomcat-dbcp.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/tomcat-i18n-es.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/tomcat-i18n-fr.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/tomcat-i18n-ja.jar"/>
<classpathentry kind="lib" path="lib/Tomcat/tomcat-util.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.25-bin.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/serialized-php-parser-0.3.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/hamcrest-core.jar"/>
<classpathentry kind="lib" path="lib/juniversalchardet-1.0.3.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>