forked from SJrX/SMAC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
28 lines (28 loc) · 1.62 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="conf"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="version"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-math-2.2/commons-math-2.2-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-math-2.2/commons-math-2.2.jar"/>
<classpathentry kind="lib" path="lib/Jama-1.0.2.jar" sourcepath="/ubc/cs/home/s/seramage/Jama"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar" sourcepath="lib/commons-collections-3.2.1-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="src" path="/RandomForests"/>
<classpathentry combineaccessrules="false" kind="src" path="/AEATK"/>
<classpathentry kind="lib" path="testlib/testng-6.8.jar"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/AEATK/lib/jcip-annotations.jar" sourcepath="/AEATK/lib/jcip-annotations-src.jar"/>
<classpathentry kind="lib" path="/AEATK/lib/jcommander.jar"/>
<classpathentry kind="lib" path="/AEATK/lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="/AEATK/lib/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="/AEATK/lib/spi-0.2.4.jar"/>
<classpathentry kind="lib" path="/AEATK/lib/commons-math3-3.3.jar" sourcepath="lib/commons-math3-3.0/commons-math3-3.0-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>