2013-10-16 19:59:29 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src/java"/>
|
2013-10-22 19:35:41 +00:00
|
|
|
<classpathentry kind="src" path="src/testcases"/>
|
|
|
|
<classpathentry kind="src" path="src/resources/main"/>
|
2013-10-16 19:59:29 +00:00
|
|
|
<classpathentry kind="src" path="src/ooxml/java"/>
|
|
|
|
<classpathentry kind="src" path="src/ooxml/testcases"/>
|
2013-10-22 19:35:41 +00:00
|
|
|
<classpathentry kind="src" path="src/resources/ooxml"/>
|
2013-10-16 19:59:29 +00:00
|
|
|
<classpathentry kind="src" path="src/scratchpad/src"/>
|
|
|
|
<classpathentry kind="src" path="src/scratchpad/testcases"/>
|
2013-10-27 08:33:59 +00:00
|
|
|
<classpathentry kind="src" path="src/resources/scratchpad"/>
|
2013-10-22 19:35:41 +00:00
|
|
|
<classpathentry kind="src" path="src/contrib/poi-ruby/java"/>
|
|
|
|
<classpathentry kind="src" path="src/examples/src"/>
|
|
|
|
<classpathentry kind="src" path="src/excelant/java"/>
|
|
|
|
<classpathentry kind="src" path="src/excelant/testcases"/>
|
2013-10-16 19:59:29 +00:00
|
|
|
<classpathentry kind="src" path="src/excelant/resources"/>
|
2014-06-11 20:32:52 +00:00
|
|
|
<classpathentry kind="lib" path="lib/ant-1.9.4.jar"/>
|
2014-05-29 09:16:29 +00:00
|
|
|
<classpathentry kind="lib" path="lib/ant-launcher-1.9.4.jar"/>
|
2014-02-03 18:55:15 +00:00
|
|
|
<classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
|
2013-10-16 19:59:29 +00:00
|
|
|
<classpathentry kind="lib" path="ooxml-lib/dom4j-1.6.1.jar"/>
|
2014-06-12 07:08:21 +00:00
|
|
|
<classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.3.0.jar"/>
|
2013-10-16 19:59:29 +00:00
|
|
|
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
|
2013-11-22 22:00:12 +00:00
|
|
|
<classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-src-1.1.jar"/>
|
2013-12-24 23:13:21 +00:00
|
|
|
<classpathentry kind="lib" path="ooxml-lib/ooxml-encryption-1.1.jar" sourcepath="ooxml-lib/ooxml-encryption-src-1.1.jar"/>
|
2013-10-22 19:35:41 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
|
|
<classpathentry kind="output" path="build/eclipse"/>
|
2013-10-16 19:59:29 +00:00
|
|
|
</classpath>
|