-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
20 lines (20 loc) · 1.05 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="build/" kind="src" path="test"/>
<classpathentry kind="src" path="extlib"/>
<classpathentry kind="src" path="plugin/lib"/>
<classpathentry kind="src" path="plugin/src"/>
<classpathentry excluding="build/|build_debug/" kind="src" path="src"/>
<classpathentry kind="src" path="plugin/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="extlib/antlr-runtime-4.5.3.jar"/>
<classpathentry kind="lib" path="extlib/commons-math-2.2.jar"/>
<classpathentry kind="lib" path="extlib/javacsv.jar"/>
<classpathentry kind="lib" path="extlib/jfreechart-1.5.2.jar"/>
<classpathentry kind="lib" path="extlib/jmathplot.jar"/>
<classpathentry kind="lib" path="extlib/junit.jar"/>
<classpathentry kind="lib" path="extlib/nico-camargo-toolbar-icons-4.0.jar"/>
<classpathentry kind="lib" path="extlib/quicktheories-0.26.jar"/>
<classpathentry kind="lib" path="plugin/lib/tamfits.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>