-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
18 lines (18 loc) · 1.05 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin" 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="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/lucene-core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/mockito-all-1.8.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/lucene-memory-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/appengine-api-labs.jar"/>
<classpathentry kind="lib" path="lib/appengine-api-stubs.jar"/>
<classpathentry kind="lib" path="lib/appengine-api.jar"/>
<classpathentry kind="lib" path="lib/appengine-local-runtime.jar"/>
<classpathentry kind="lib" path="lib/appengine-tools-api.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>