-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 925 Bytes
/
.classpath
File metadata and controls
17 lines (17 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry combineaccessrules="false" kind="src" path="/cdss-lib-common-java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/cdss-lib-common-java/lib/Jackson/jackson-annotations-2.15.4.jar"/>
<classpathentry kind="lib" path="/cdss-lib-common-java/lib/Jackson/jackson-core-2.15.4.jar"/>
<classpathentry kind="lib" path="/cdss-lib-common-java/lib/Jackson/jackson-databind-2.15.4.jar"/>
<classpathentry kind="lib" path="/cdss-lib-common-java/lib/Jackson/jackson-datatype-jsr310-2.15.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>