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
17 lines (17 loc) · 1018 Bytes
/
.classpath
File metadata and controls
17 lines (17 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoder"/>
<classpathentry kind="lib" path="lib/SyncProxy-0.4.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/proper/commons-io/javadocs/api-2.1/"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClasses"/>
<classpathentry kind="lib" path="/CloudCoder/war/WEB-INF/lib/gwt-servlet.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClassesPersistence"/>
<classpathentry kind="lib" path="/CloudCoder/war/WEB-INF/lib/mysql-connector-java-5.1.16-bin.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>