diff options
author | Nick Burch <nick@apache.org> | 2014-04-15 15:19:30 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-04-15 15:19:30 +0000 |
commit | 5b2c90e40689a67375a745777df729cd9a7f8324 (patch) | |
tree | 09119736555c1fc08c21e73b34a1c11fff036f17 /.classpath | |
parent | f821fc9a70f5a8b95ea527781704d1a4f3a67e2c (diff) | |
download | poi-5b2c90e40689a67375a745777df729cd9a7f8324.tar.gz poi-5b2c90e40689a67375a745777df729cd9a7f8324.zip |
Now that we require Java 1.6, we no longer need to include the STAX-API jar as JRE 1.6 has it build in
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.classpath b/.classpath index adf17b95af..19c290b734 100644 --- a/.classpath +++ b/.classpath @@ -19,7 +19,6 @@ <classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> <classpathentry kind="lib" path="ooxml-lib/dom4j-1.6.1.jar"/> - <classpathentry kind="lib" path="ooxml-lib/stax-api-1.0.1.jar"/> <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.3.0.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> <classpathentry kind="lib" path="lib/junit-4.11.jar"/> |