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
32 lines (32 loc) · 2.21 KB
/
.classpath
File metadata and controls
32 lines (32 loc) · 2.21 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.jobs_3.5.100.v20110404.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.resources_3.7.100.v20110510-0712.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.7.0.v20110110.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.6.0.v20110523.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.preferences_3.4.1.R37x_v20110725.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.compiler.apt_1.0.400.v0110816-0800.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.compiler.tool_1.0.100.v_B76_R37x.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.core_3.7.1.v_B76_R37x.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface_3.7.0.I20110522-1430.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.osgi.util_3.2.200.v20110110.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.text_3.5.101.r371_v20110810-0800.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/asm-all-4.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://asm.ow2.org/asm40/javadoc/user/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-io-2.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderBuilder2"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClasses"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClassesJSON"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderModelClassesPersistence"/>
<classpathentry kind="lib" path="lib/diffutils-1.2.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>