-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
executable file
·19 lines (19 loc) · 989 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="libs/EDACCAPI.jar"/>
<classpathentry kind="lib" path="libs/SevenZip.jar"/>
<classpathentry kind="lib" path="libs/EDACC_model.jar"/>
<classpathentry kind="lib" path="libs/commons-math-2.2.jar"/>
<classpathentry kind="lib" path="libs/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="libs/JRI.jar"/>
<classpathentry kind="lib" path="libs/JRIEngine.jar"/>
<classpathentry kind="lib" path="libs/REngine.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/fastrf.jar"/>
<classpathentry kind="lib" path="libs/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="libs/mysql-connector-java-5.1.26.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>