forked from kevinjqiu/ratechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
22 lines (22 loc) · 1.39 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT (1)"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/GIN"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/gwt-dispatch"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/gwt-log"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/gwt-presenter"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/aopalliance.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/gwt-dispatch-1.0.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-log-3.0.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/log4j-1.2.15.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/EasyMock-2.5.2"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>