-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.classpath
21 lines (21 loc) · 1.11 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/javax.servlet-api.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/activation.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/dtd.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javax.mail.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/json.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsoup.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mapdb.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/openxliff.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xmljava.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/swordfish.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/sqlite-jdbc-3.45.3.0.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>