-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
14 lines (14 loc) · 588 Bytes
/
Copy path.classpath
File metadata and controls
14 lines (14 loc) · 588 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="javasrc"/>
<classpathentry kind="src" path="test"/>
<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/3.8.1"/>
<classpathentry kind="lib" path="/Users/dhd/git/reutils/libs/commons-codec.jar"/>
<classpathentry kind="lib" path="libs/json-20240205.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>