forked from daveho/CloudCoder
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.classpath
More file actions
40 lines (40 loc) · 2.22 KB
/
.classpath
File metadata and controls
40 lines (40 loc) · 2.22 KB
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
35
36
37
38
39
40
<?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="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-io-2.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/io/api-release"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="war/WEB-INF/lib/mail.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/httpclient-4.2.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="war/WEB-INF/lib/httpcore-4.2.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="war/WEB-INF/lib/opencsv-2.3.jar">
<attributes>
<attribute name="javadoc_location" value="http://opencsv.sourceforge.net/apidocs"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClasses"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClassesPersistence"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClassesJSON"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderLogging"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/slf4j-log4j12-1.6.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.2.2.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderSubmissionQueue"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderSubmissionQueueServletContextListener"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>