-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
25 lines (25 loc) · 1.37 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="test-classes" path="test"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.2.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwtupload-0.6.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwtupload-gae-0.6.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/aopalliance.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gin-r137.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/guice-2.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/guice-servlet-2.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwtp-0.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/objectify-2.2.1.jar"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>