forked from nxhoaf/MultimediaUsingMapreduce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
36 lines (36 loc) · 2.38 KB
/
.classpath
File metadata and controls
36 lines (36 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="example"/>
<classpathentry kind="src" path="dev"/>
<classpathentry kind="src" path="ext"/>
<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/appengine-api-labs.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/appengine-endpoints.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/appengine-jsr107cache-1.7.2.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/appengine-mapper.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/asm-4.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/charts4j-1.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/datanucleus-api-jdo-3.1.0-m3.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/datanucleus-api-jpa-3.1.0-m3.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/datanucleus-appengine-2.1.0-final.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/datanucleus-core-3.1.0-m5.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/geronimo-jpa_2.0_spec-1.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/guava-11.0.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/isoviewer-2.0-RC-15.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jdo-api-3.0.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/json.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jsr107cache-1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jta-1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/smooth-streaming-fragmenter-1.0-RC-15.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.2.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/appengine-api-1.0-sdk-1.7.2.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-configuration-1.9.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-lang-2.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>