-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 748 Bytes
/
.classpath
File metadata and controls
16 lines (16 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<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="lib" path="lib/super-csv-2.4.0.jar" sourcepath="/home/dave/.m2/repository/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0-sources.jar"/>
<classpathentry kind="lib" path="lib/ant-1.10.7.jar"/>
<classpathentry kind="lib" path="lib/poi-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/json-20190722.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>