-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
14 lines (14 loc) · 839 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/asm-3.3.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jsr311-api-1.1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jackson-all-1.9.6.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jersey-bundle-1.5.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-jdk14-1.6.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/htmlcleaner-2.2.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>