-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.classpath
20 lines (20 loc) · 1.23 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="org/gwtnode/emul/" kind="src" path="src"/>
<classpathentry kind="src" path="examples/hello-world/src"/>
<classpathentry kind="src" path="examples/http-server/src"/>
<classpathentry kind="src" path="examples/features/src"/>
<classpathentry excluding="org/gwtnode/examples/scimark/emul/" kind="src" path="examples/scimark/src"/>
<classpathentry kind="src" path="examples/oophm-proxy/src"/>
<classpathentry kind="src" path="modules/express/src"/>
<classpathentry kind="src" path="modules/fibers/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/junit-4.7.jar"/>
<classpathentry kind="lib" path="examples/features/lib/gin-1.5-post-gwt-2.2.jar"/>
<classpathentry kind="lib" path="examples/features/lib/guice-3.0.jar"/>
<classpathentry kind="lib" path="examples/features/lib/javax.inject.jar"/>
<classpathentry kind="lib" path="lib/validation-api-1.0.0.GA.jar"/>
<classpathentry kind="lib" path="lib/gwt-dev-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/gwt-user-2.4.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>