forked from kuleszdl/Spreadsheet-Inspection-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
23 lines (23 loc) · 1.25 KB
/
.classpath
File metadata and controls
23 lines (23 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/ant-1.8.4.jar"/>
<classpathentry kind="lib" path="libs/commons-codec-1.9.jar"/>
<classpathentry kind="lib" path="libs/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="libs/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="libs/guava-10.0.1.jar"/>
<classpathentry kind="lib" path="libs/hamcrest-core-1.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.13-20150929.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-3.13-20150929.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-schemas-3.13-20150929.jar"/>
<classpathentry kind="lib" path="libs/resolver.jar"/>
<classpathentry kind="lib" path="libs/stax-api-1.0.1.jar"/>
<classpathentry kind="lib" path="libs/xmlbeans-2.6.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>