-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 1.06 KB
/
.classpath
File metadata and controls
16 lines (16 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="test-classes" 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="lib" path="war/WEB-INF/lib/commons-fileupload-1.3.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="C:/Users/Tobi/Downloads/gwt-visualization-1.0.2/gwt-visualization-1.0.2/gwt-visualization.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/mysql-connector-java-5.1.27-bin.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwtupload-0.6.6.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-visualization.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>