-
Notifications
You must be signed in to change notification settings - Fork 78
/
.classpath
16 lines (16 loc) · 1.02 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="thirdparty/apache/log4j-1.2.14/lib/log4j.jar"/>
<classpathentry kind="lib" path="thirdparty/sun/servlet-2.3/lib/servlet.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/jasper.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/jsp-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/el-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/annotations-api.jar"/>
<classpathentry kind="lib" path="thirdparty/wjw-redismanager.jar"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/jackson-core-asl-1.9.2.jar"/>
<classpathentry kind="lib" path="web-app/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>