-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
18 lines (18 loc) · 1.33 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 excluding="libs/|libs/BinaryReaderProxy.java" including="langs/|project.json|source/|system.json|target/|template/|test.bat" kind="src" path="res"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/poi-3.16.jar" sourcepath="libsrc/poi-src-3.16-20170419.zip"/>
<classpathentry kind="lib" path="lib/poi-ooxml-3.16.jar" sourcepath="libsrc/poi-src-3.16-20170419.zip"/>
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.16.jar" sourcepath="libsrc/poi-src-3.16-20170419.zip"/>
<classpathentry kind="lib" path="lib/org.json-bin-20160810.jar" sourcepath="libsrc/org.json-src-20160810.jar"/>
<classpathentry kind="lib" path="lib/codeutil_1.0.jar" sourcepath="libsrc/codeutil-src_1.0.jar"/>
<classpathentry kind="lib" path="libtest/junit.jar"/>
<classpathentry kind="lib" path="libtest/org.hamcrest.core_1.3.0.v201303031735.jar"/>
<classpathentry kind="lib" path="lib/curvesapi-1.04.jar"/>
<classpathentry kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>