forked from saiema/MuJava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
39 lines (39 loc) · 2.06 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="benchmarks"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/asm-all-5.0.3.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.3.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/MuJava/lib/commons-cli-1.3.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-configuration-1.10.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/MuJava/lib/commons-configuration-1.10-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/MuJava/lib/commons-lang-2.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/dependencyAnalizer.jar"/>
<classpathentry kind="lib" path="lib/guava-16.0.1.jar"/>
<classpathentry kind="lib" path="lib/javassist.jar"/>
<classpathentry kind="lib" path="lib/reflections-0.9.9-RC1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/MuJava/lib/reflections-0.9.9-RC1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/evosuite-standalone-runtime-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/randoop-all-4.0.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry combineaccessrules="false" kind="src" path="/OJ-with-Java-1.6"/>
<classpathentry kind="lib" path="/home/stein/.p2/pool/plugins/org.evosuite.plugins.eclipse.deps_1.0.7.201806011952/lib/evosuite.jar"/>
<classpathentry kind="src" path="evosuite-tests"/>
<classpathentry kind="output" path="bin"/>
</classpath>