aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-03-27 14:03:16 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-03-27 14:03:16 +0000
commit37791e4bdfc706aa5684745594260f243b4be7ee (patch)
treea8dd8d0976fc478074d52cd3de79e0e6b5e6a33a /.classpath
parent2bb3839bfe3e3bacff79f8157465633e311239ce (diff)
downloadpoi-37791e4bdfc706aa5684745594260f243b4be7ee.tar.gz
poi-37791e4bdfc706aa5684745594260f243b4be7ee.zip
65206 - Migrate ant / maven to gradle build
update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r--.classpath48
1 files changed, 0 insertions, 48 deletions
diff --git a/.classpath b/.classpath
deleted file mode 100644
index ec5f3187ab..0000000000
--- a/.classpath
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/java"/>
- <classpathentry kind="src" path="src/testcases"/>
- <classpathentry kind="src" path="src/resources/main"/>
- <classpathentry kind="src" path="src/ooxml/java"/>
- <classpathentry kind="src" path="src/ooxml/testcases"/>
- <classpathentry kind="src" path="src/resources/ooxml"/>
- <classpathentry kind="src" path="src/scratchpad/src"/>
- <classpathentry kind="src" path="src/scratchpad/testcases"/>
- <classpathentry kind="src" path="src/resources/scratchpad"/>
- <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"/>
- <classpathentry kind="src" path="src/excelant/resources"/>
- <classpathentry kind="src" path="src/integrationtest"/>
- <classpathentry kind="lib" path="lib/ant-1.10.1.jar"/>
- <classpathentry kind="lib" path="lib/ant-launcher-1.10.1.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/ooxml/xmlbeans-5.0.0.jar" sourcepath="lib/ooxml/xmlbeans-5.0.0-sources.jar"/>
- <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
- <classpathentry kind="lib" path="lib/junit-4.13.1.jar"/>
- <classpathentry kind="lib" path="lib/ooxml/curvesapi-1.06.jar"/>
- <classpathentry exported="true" kind="lib" path="build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.0.0-SNAPSHOT.jar" sourcepath="build/xmlbean-sources"/>
- <classpathentry kind="lib" path="lib/main-tests/jmh-core-1.26.jar"/>
- <classpathentry kind="lib" path="lib/main-tests/jmh-generator-annprocess-1.26.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
- <classpathentry exported="true" kind="lib" path="compile-lib/log4j-api-2.14.0.jar"/>
- <classpathentry kind="lib" path="lib/ooxml-provided/bcpkix-jdk15on-1.68.jar"/>
- <classpathentry kind="lib" path="lib/ooxml-provided/bcprov-jdk15on-1.68.jar"/>
- <classpathentry kind="lib" path="lib/ooxml-tests/reflections-0.9.12.jar"/>
- <classpathentry kind="lib" path="lib/ooxml-tests/guava-30.0-jre.jar"/>
- <classpathentry kind="lib" path="lib/ooxml-tests/javassist-3.27.0-GA.jar"/>
- <classpathentry kind="lib" path="lib/ooxml-tests/log4j-1.2.17.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/ooxml-provided/xmlsec-2.2.1.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.15.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar"/>
- <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
- <classpathentry kind="lib" path="lib/main-tests/xmlunit-core-2.8.0.jar"/>
- <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
- <classpathentry kind="lib" path="lib/commons-compress-1.20.jar"/>
- <classpathentry kind="lib" path="lib/mockito-core-3.6.0.jar"/>
- <classpathentry kind="lib" path="lib/main-tests/byte-buddy-1.10.18.jar"/>
- <classpathentry kind="lib" path="lib/main-tests/byte-buddy-agent-1.10.18.jar"/>
- <classpathentry kind="lib" path="compile-lib/batik-all-1.14.jar"/>
- <classpathentry kind="lib" path="lib/SparseBitSet-1.2.jar"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>