forked from m0ver/tinystruct-examples
-
Notifications
You must be signed in to change notification settings - Fork 120
/
.classpath
executable file
·16 lines (16 loc) · 922 Bytes
/
.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="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.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="WEB-INF/lib/struct-2.0.jar"/>
<classpathentry kind="output" path="WEB-INF/classes"/>
</classpath>