forked from dennisjzh/GwtMobile-Persistence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
executable file
·15 lines (15 loc) · 907 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/junit-4.7.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/slim3-1.0.5.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<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.junit.JUNIT_CONTAINER/4"/>
<classpathentry combineaccessrules="false" kind="src" path="/gwtmobile-phonegap"/>
<classpathentry combineaccessrules="false" kind="src" path="/gwtmobile-ui"/>
<classpathentry combineaccessrules="false" kind="src" path="/persistencejs-sync"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>