-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
42 lines (34 loc) · 2.24 KB
/
.classpath
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
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="claymus/src"/>
<classpathentry kind="src" output="test-classes" path="test"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/gwt-2.6.0"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER/appengine-java-sdk-1.9.15"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<!-- FreeMarker for GAE -->
<classpathentry kind="lib" path="war/WEB-INF/lib/freemarker-gae-2.3.20.jar">
<attributes>
<attribute name="javadoc_location" value="http://freemarker.org/docs/api/"/>
</attributes>
</classpathentry>
<!-- Google Cloud Storage integration -->
<classpathentry kind="con" path="com.google.gdt.eclipse.managedapis.MANAGED_API_CONTAINER/storage-v1r22lv1.18.0-rc"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/appengine-gcs-client-0.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/guava-17.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/joda-time-2.4.jar"/>
<!-- Google Drive SDK -->
<classpathentry kind="con" path="com.google.gdt.eclipse.managedapis.MANAGED_API_CONTAINER/drive-v2r154lv1.18.0-rc"/>
<!-- Set up for Apache Commons FileUpload -->
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.3.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-io-2.4.jar"/>
<!-- Set up for Password Encryption -->
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-codec-1.9.jar"/>
<!-- Set up for GWT Super Dev mode -->
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-codeserver.jar"/>
<!-- Set up for unit testing -->
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.google.appengine.eclipse.sdkbundle_1.9.15/appengine-java-sdk-1.9.15/lib/testing/appengine-testing.jar"/>
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/com.google.appengine.eclipse.sdkbundle_1.9.15/appengine-java-sdk-1.9.15/lib/impl/appengine-api-stubs.jar"/>
</classpath>