-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 720 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="utils/bin" path="utils/src"/>
<classpathentry kind="src" output="hackerdb/webapp-root/WEB-INF/classes" path="hackerdb/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="hackerdb/webapp-root/WEB-INF/lib/commons-dbcp-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/swingwt.jar"/>
<classpathentry kind="lib" path="lib/win32/swt.jar"/>
<classpathentry kind="lib" path="lib/pcx.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>