-
Notifications
You must be signed in to change notification settings - Fork 46
/
.classpath
21 lines (21 loc) · 1.37 KB
/
.classpath
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"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="lib" path="WEB-INF/lib/asm-3.3.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/cglib-2.2.2.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jcl-over-slf4j-1.7.7.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/mysql-connector-java-5.0.6-bin.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/slf4j-log4j12-1.6.2.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/mina-core-2.0.9.jar" sourcepath="D:/jar/apache-mina-2.0.9-src.zip"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/javassist-3.11.0.GA.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jzlib-1.1.3.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/ibatis-2.3.4.726.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="WEB-INF/classes"/>
</classpath>