-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
16 lines (16 loc) · 972 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gson-1.5.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.2.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-io-2.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jdom-1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/xml-apis.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/rome-1.0.jar"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>