-
Notifications
You must be signed in to change notification settings - Fork 21
/
.classpath
16 lines (16 loc) · 1.02 KB
/
.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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jdom.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/json_simple-1.1.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/objectify-3.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/appengine-api-1.0-sdk-1.9.60.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/geronimo-jpa_3.0_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jdo2-api-2.3-eb.jar"/>
<classpathentry kind="lib" path="externals/appengine-java-sdk-1.9.60.zip"/>
<classpathentry kind="lib" path="lib/appengine-java-sdk-1.9.60/jetty93/jetty-distribution/lib/servlet-api-3.1.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>