forked from MLemcke/Spreadsheet-Inspection-Framework
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
33 lines (33 loc) · 1.78 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="libs"/>
<classpathentry kind="lib" path="libs/commons-logging-1.1.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/jsr173_1.0_api.jar"/>
<classpathentry kind="lib" path="libs/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="libs/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="libs/poi-3.8-beta4-20110826.jar">
<attributes>
<attribute name="javadoc_location" value="http://poi.apache.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/poi-examples-3.8-beta4-20110826.jar"/>
<classpathentry kind="lib" path="libs/poi-excelant-3.8-beta4-20110826.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-3.8-beta4-20110826.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-schemas-3.8-beta4-20110826.jar"/>
<classpathentry kind="lib" path="libs/poi-scratchpad-3.8-beta4-20110826.jar"/>
<classpathentry kind="lib" path="libs/resolver.jar"/>
<classpathentry kind="lib" path="libs/stax-api-1.0.1.jar"/>
<classpathentry kind="lib" path="libs/xbean_xpath.jar"/>
<classpathentry kind="lib" path="libs/xbean.jar"/>
<classpathentry kind="lib" path="libs/xmlbeans-2.3.0.jar"/>
<classpathentry kind="lib" path="libs/xmlbeans-qname.jar"/>
<classpathentry kind="lib" path="libs/xmlpublic.jar"/>
<classpathentry kind="lib" path="libs/ant-1.8.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="libs/commons-codec-1.7.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>