-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
42 lines (42 loc) · 3.73 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
<?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="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_6_CONTAINER"/>
<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="C:/Users/Administrator/Desktop/jar/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/aopalliance.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/c3p0-0.9.2.1.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/commons-dbcp-1.4.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/commons-pool-1.5.3.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/ehcache-core-2.4.3.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/hibernate-commons-annotations-4.0.5.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/hibernate-core-4.3.8.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/hibernate-jpa-2.1-api-1.0.0.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/jandex-1.1.0.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/javassist-3.18.1-GA.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/jboss-logging-3.1.3.GA.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/jboss-logging-annotations-1.2.0.Beta1.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/jboss-transaction-api_1.2_spec-1.0.0.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/mysql-connector-java-5.1.19-bin.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/servlet-api.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-aop-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-aspects-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-beans-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-context-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-context-support-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-core-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-expression-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-jdbc-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-orm-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-tx-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-web-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/spring-webmvc-4.0.4.RELEASE.jar"/>
<classpathentry kind="lib" path="C:/Users/Administrator/Desktop/jar/standard.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.19-bin.jar"/>
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
</classpath>