forked from ngquydat/GR3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
13 lines (13 loc) · 859 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/myepub.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/objectify-3.1.jar"/>
<classpathentry kind="lib" path="D:/Dat/Programming/GWT/eclipse/workspace/saveFile/war/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="D:/Dat/Programming/GWT/eclipse/workspace/saveFile/war/WEB-INF/lib/commons-io-2.3.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>