-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
executable file
·17 lines (17 loc) · 909 Bytes
/
.classpath
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="extensions"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="libs/sqlite-jdbc-3.8.7.jar"/>
<classpathentry kind="lib" path="libs/rs2xml.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-schemas-3.11-20141221.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-3.11-20141221.jar"/>
<classpathentry kind="lib" path="libs/poi-3.11-20141221.jar"/>
<classpathentry kind="lib" path="libs/itextpdf-5.5.4.jar"/>
<classpathentry kind="lib" path="libs/DJNativeSwing.jar"/>
<classpathentry kind="lib" path="libs/PDFRenderer-0.9.1.jar"/>
<classpathentry kind="lib" path="libs/ghost4j-0.5.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>