forked from tinystruct/tinystruct-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
executable file
·17 lines (17 loc) · 1.05 KB
/
.classpath
File metadata and controls
executable file
·17 lines (17 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="WEB-INF/lib/struct-2.0.jar" sourcepath="/struct2.0/src"/>
<classpathentry kind="lib" path="WEB-INF/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/mail.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar"/>
<classpathentry kind="lib" path="lib/tomcat-embed-core.jar"/>
<classpathentry kind="lib" path="lib/tomcat-embed-el.jar"/>
<classpathentry kind="lib" path="lib/tomcat-embed-jasper.jar"/>
<classpathentry kind="lib" path="lib/tomcat-embed-logging-juli.jar"/>
<classpathentry kind="lib" path="lib/tomcat-embed-logging-log4j.jar"/>
<classpathentry kind="lib" path="lib/tomcat7-embed-websocket.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6.0"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="WEB-INF/classes"/>
</classpath>