-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
20 lines (20 loc) · 1.14 KB
/
.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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="libs/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="libs/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="libs/curvesapi-1.04.jar"/>
<classpathentry kind="lib" path="libs/Jama-1.0.3.jar"/>
<classpathentry kind="lib" path="libs/junit-4.12.jar"/>
<classpathentry kind="lib" path="libs/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="libs/poi-3.17.jar"/>
<classpathentry kind="lib" path="libs/poi-examples-3.17.jar"/>
<classpathentry kind="lib" path="libs/poi-excelant-3.17.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-3.17.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-schemas-3.17.jar"/>
<classpathentry kind="lib" path="libs/poi-scratchpad-3.17.jar"/>
<classpathentry kind="lib" path="libs/xmlbeans-2.6.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>