-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
43 lines (43 loc) · 2.82 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/antlr-2.7.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/aspectjrt.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/aspectjweaver.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-collections-3.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-dbcp.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-io-1.3.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-api-1.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-pool-1.3.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/freemarker-2.3.16.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/ibatis-2.3.4.726.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javassist-3.7.ga.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jdom.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/kaptcha-2.3.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/log4j-1.2.8.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mail-1.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/ognl-3.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/oracle-ojdbc14.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring 2.5.6.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/struts2-core-2.2.1.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/struts2-spring-plugin-2.2.1.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/urlrewritefilter-4.0.3.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xwork-core-2.2.1.1.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>