-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
26 lines (26 loc) · 1.24 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="war/WEB-INF/classes-test" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/g2d/gwt-g2d.jar">
<attributes>
<attribute name="javadoc_location" value="http://gwt-g2d.appspot.com/doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/junit/junit-4.8.2.jar" sourcepath="lib/junit/junit-4.8.2-src.jar">
<attributes>
<attribute name="javadoc_location" value="http://kentbeck.github.com/junit/javadoc/latest/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/proxy/commons-fileupload-1.2.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/fileupload/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/gwt-log/gwt-log-3.1.5.jar"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT"/>
<classpathentry kind="lib" path="lib/gwt-maps/gwt-maps3-0.2b.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>