forked from na-ka-na/ExcelCompare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 1.17 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry exported="true" kind="lib" path="lib/ivy/jar/dom4j-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ivy/jar/stax-api-1.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ivy/jar/xmlbeans-2.3.0.jar"/>
<classpathentry kind="lib" path="lib/manual/jar/simple-odf-0.8-incubating-jar-with-dependencies.jar" sourcepath="lib/manual/source/simple-odf-0.8-incubating-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/ExcelCompare/lib/manual/doc/simple-odf-0.8-incubating-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/ivy/jar/poi-3.9.jar"/>
<classpathentry kind="lib" path="lib/ivy/jar/poi-ooxml-3.9.jar" sourcepath="lib/ivy/source/poi-ooxml-3.9.jar"/>
<classpathentry kind="lib" path="lib/ivy/jar/poi-ooxml-schemas-3.9.jar"/>
<classpathentry kind="lib" path="lib/ivy/jar/jsr305-2.0.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>