-
Notifications
You must be signed in to change notification settings - Fork 7
/
.classpath
20 lines (20 loc) · 960 Bytes
/
.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 kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/bcprov-jdk15on-161.jar"/>
<classpathentry kind="lib" path="libs/commons-collections4-4.3.jar"/>
<classpathentry kind="lib" path="libs/commons-compress-1.18.jar"/>
<classpathentry kind="lib" path="libs/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/opencsv-4.5.jar"/>
<classpathentry kind="lib" path="libs/poi-4.1.0.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-4.1.0.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-schemas-4.1.0.jar"/>
<classpathentry kind="lib" path="libs/sqlite-jdbc-3.27.2.1.jar"/>
<classpathentry kind="lib" path="libs/xmlbeans-3.1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>