-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
22 lines (22 loc) · 1.51 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/app_jar/java"/>
<classpathentry kind="src" path="test/app_jar/java"/>
<classpathentry kind="lib" path="lib/runtime/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/guava-11.0.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/jasypt-1.9.0.jar"/>
<classpathentry kind="lib" path="lib/runtime/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/runtime/org.json.jar"/>
<classpathentry kind="lib" path="lib/runtime/org.restlet.ext.crypto.jar" sourcepath="/Users/josephc/Documents/workspace/tools/restlet-gae-2.1rc1/src"/>
<classpathentry kind="lib" path="lib/runtime/org.restlet.ext.json.jar"/>
<classpathentry kind="lib" path="lib/runtime/org.restlet.ext.servlet.jar"/>
<classpathentry kind="lib" path="lib/runtime/org.restlet.jar" sourcepath="/Users/josephc/Documents/workspace/tools/restlet-gae-2.1.2"/>
<classpathentry kind="lib" path="lib/runtime/gson-2.2.3-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/runtime/hibernate-jpa-2.0-api-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/runtime/javaee-api-7.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="build/app.server.base.jar.build"/>
</classpath>