-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
49 lines (49 loc) · 3.34 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
<?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="tomcat/lib/catalina-ant.jar"/>
<classpathentry kind="lib" path="tomcat/lib/catalina-ha.jar"/>
<classpathentry kind="lib" path="tomcat/lib/catalina-storeconfig.jar"/>
<classpathentry kind="lib" path="tomcat/lib/catalina-tribes.jar"/>
<classpathentry kind="lib" path="tomcat/lib/catalina.jar"/>
<classpathentry kind="lib" path="tomcat/lib/ecj-4.6.3.jar"/>
<classpathentry kind="lib" path="tomcat/lib/el-api.jar"/>
<classpathentry kind="lib" path="tomcat/lib/jasper-el.jar"/>
<classpathentry kind="lib" path="tomcat/lib/jasper.jar"/>
<classpathentry kind="lib" path="tomcat/lib/jaspic-api.jar"/>
<classpathentry kind="lib" path="tomcat/lib/jsp-api.jar"/>
<classpathentry kind="lib" path="tomcat/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-api.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-coyote.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-dbcp.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-i18n-es.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-i18n-fr.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-i18n-ja.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-jdbc.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-jni.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-util-scan.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-util.jar"/>
<classpathentry kind="lib" path="tomcat/lib/tomcat-websocket.jar"/>
<classpathentry kind="lib" path="tomcat/lib/websocket-api.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/commons-discovery-0.2.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/commons-io-1.3.2.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/freemarker-2.3.15.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/jaxen-1.1-beta-7.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/jaxrpc.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/jdom-1.1.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/json.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/jtidy-r938.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/ognl-2.7.3.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/saaj.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/serializer.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/struts2-core-2.1.8.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/wsdl4j-1.5.1.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/xalan.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/xwork-core-2.1.6.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/gson-2.1.jar"/>
<classpathentry kind="lib" path="tomcat/webapps/ROOT/WEB-INF/lib/guava-15.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>