-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
20 lines (20 loc) · 1.06 KB
/
.classpath
File metadata and controls
20 lines (20 loc) · 1.06 KB
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 kind="src" path="src"/>
<classpathentry kind="src" path="test/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/Blowfish/Blowfish_142.jar"/>
<classpathentry kind="lib" path="lib/ApacheMath/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="/cdss-util-buildtools/lib/junit/junit-4.13.2.jar"/>
<classpathentry kind="lib" path="/cdss-util-buildtools/lib/junit/hamcrest-all-1.3.jar"/>
<classpathentry kind="lib" path="lib/JFreeSVG/jfreesvg-3.4.3.jar"/>
<classpathentry kind="lib" path="lib/Jackson/jackson-annotations-2.15.4.jar"/>
<classpathentry kind="lib" path="lib/Jackson/jackson-core-2.15.4.jar"/>
<classpathentry kind="lib" path="lib/Jackson/jackson-databind-2.15.4.jar"/>
<classpathentry kind="lib" path="lib/Jackson/jackson-datatype-jsr310-2.15.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>