forked from thinkgem/webeffect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
53 lines (53 loc) · 3.89 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/java"/>
<classpathentry kind="src" path="src/config"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/activation.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/apache-ant-zip.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-chain-1.2.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-collections-3.2.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-io-1.3.2.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-lang-2.3.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/commons-logging-api-1.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/freemarker-2.3.15.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/gson.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/hibernate3.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/mysql.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/ognl-2.7.3.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/ojdbc14.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.beans-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.core-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.jdbc-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.context-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.context.support-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.web-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.web.struts-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.asm-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.aop-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.orm-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.transaction-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/proxool-0.9.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/slf4j-api-1.5.6.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/slf4j-log4j12-1.5.6.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/struts2-core-2.1.8.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/struts2-spring-plugin-2.1.8.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/xwork-core-2.1.6.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/idchecker.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/ehcache-1.6.0-beta3.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/org.springframework.expression-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/jta-1.1.jar"/>
<classpathentry kind="lib" path="web/WEB-INF/lib/proxool-cglib.jar"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="output" path="web/WEB-INF/classes"/>
</classpath>