-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
32 lines (32 loc) · 1.49 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
<?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"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.4.jar" sourcepath="lib/commons-lang3-3.4-src.zip">
<attributes>
<attribute name="javadoc_location" value="jar:lib/commons-lang3-3.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar" sourcepath="lib/commons-math3-3.6.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:lib/commons-math3-3.6.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/java-hamcrest-2.0.0.0.jar" sourcepath="lib/java-hamcrest-2.0.0.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:lib/java-hamcrest-2.0.0.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jopt-simple-5.0.2.jar" sourcepath="lib/jopt-simple-5.0.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:lib/jopt-simple-5.0.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/junit-4.11.jar" sourcepath="lib/junit-4.11-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:lib/junit-4.11-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>