summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
Diffstat (limited to '.classpath')
-rw-r--r--.classpath13
1 files changed, 13 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..e6e6dfc
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,13 @@
+<?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="lib" path="WEB-INF/lib/jxl.jar"/>
+ <classpathentry kind="output" path="WEB-INF/classes"/>
+</classpath>