-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 888 Bytes
/
.classpath
File metadata and controls
16 lines (16 loc) · 888 Bytes
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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<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="src" path="WEB-INF/src"/>
<classpathentry kind="src" output="work" path="work"/>
<classpathentry kind="src" path="pysrc"/>
<classpathentry kind="lib" path="WEB-INF/lib/jackson-core-2.2.0.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-codec-1.8.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/opencsv-2.3.jar"/>
<classpathentry kind="output" path="WEB-INF/classes"/>
</classpath>