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
13 lines (13 loc) · 864 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderJetty"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderLogging"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderSubmissionQueue"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderWebServiceUtil"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClassesJSON"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClasses"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderSubmissionQueueServletContextListener"/>
<classpathentry kind="output" path="bin"/>
</classpath>