-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
executable file
·34 lines (34 loc) · 2.44 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="test-classes" path="test"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<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="lib/runtime/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="lib/runtime/asm-3.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/cglib-2.2.1-v20090111.jar"/>
<classpathentry kind="lib" path="lib/runtime/gin-1.5.0.jar"/>
<classpathentry kind="lib" path="lib/runtime/guice-3.0.jar"/>
<classpathentry kind="lib" path="lib/runtime/guice-assistedinject-3.0-rc2.jar"/>
<classpathentry kind="lib" path="lib/runtime/gwt-servlet-2.2.0.jar"/>
<classpathentry kind="lib" path="lib/runtime/gwtp-clients-common-0.6.jar"/>
<classpathentry kind="lib" path="lib/runtime/gwtp-mvp-client-0.6.jar"/>
<classpathentry kind="lib" path="lib/runtime/gwtp-processors-0.6.jar"/>
<classpathentry kind="lib" path="lib/runtime/javax.inject-1.jar"/>
<classpathentry kind="lib" path="lib/runtime/slf4j-api-1.6.1.jar" sourcepath="lib/undeployed/slf4j-api-1.6.1-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/slf4j-simple-1.6.1.jar" sourcepath="lib/undeployed/slf4j-simple-1.6.1-sources.jar"/>
<classpathentry kind="lib" path="lib/undeployed/gin-1.5.0-sources.jar"/>
<classpathentry kind="lib" path="lib/undeployed/guava-r09-sources.jar"/>
<classpathentry kind="lib" path="lib/undeployed/guice-3.0-sources.jar"/>
<classpathentry kind="lib" path="lib/undeployed/gwtp-clients-common-0.6-sources.jar"/>
<classpathentry kind="lib" path="lib/undeployed/gwtp-mvp-client-0.6-sources.jar"/>
<classpathentry kind="lib" path="lib/undeployed/gwtp-processors-0.6-sources.jar"/>
<classpathentry kind="lib" path="lib/undeployed/slf4j-api-1.6.1-sources.jar"/>
<classpathentry kind="lib" path="lib/undeployed/slf4j-simple-1.6.1-sources.jar"/>
<classpathentry kind="lib" path="libsafe/slf4gwt-nologger-0.1.0-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="libsafe/slf4gwt-nologger-0.1.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="libsafe/slf4j-emulation-0.1.0-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="libsafe/slf4j-emulation-0.1.0-SNAPSHOT.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>