-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_classpath.xml
More file actions
21 lines (21 loc) · 1.35 KB
/
_classpath.xml
File metadata and controls
21 lines (21 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/antlr-2.7.4.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/c3p0-0.8.5.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/cglib-full-2.0.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-collections-2.1.1.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/dom4j-1.5.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ehcache-1.1.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/hibernate3.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jta.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-1.2.9.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-3.1.6-bin.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xml-apis.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts-core-1.3.8.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts-taglib-1.3.8.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/servlet-api.jar"/>
<classpathentry kind="output" path="dist/classes"/>
</classpath>