-
Notifications
You must be signed in to change notification settings - Fork 11
/
.classpath
18 lines (18 loc) · 1.05 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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/poi-4.1.1.jar"/>
<classpathentry kind="lib" path="libs/activation-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/commons-codec-1.13.jar"/>
<classpathentry kind="lib" path="libs/commons-collections4-4.4.jar"/>
<classpathentry kind="lib" path="libs/commons-compress-1.19.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="libs/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="libs/jaxb-api-2.3.1.jar"/>
<classpathentry kind="lib" path="libs/jaxb-core-2.3.0.1.jar"/>
<classpathentry kind="lib" path="libs/jaxb-impl-2.3.2.jar"/>
<classpathentry kind="lib" path="libs/junit-4.12.jar"/>
<classpathentry kind="lib" path="libs/log4j-1.2.17.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>