]> source.dussan.org Git - poi.git/commitdiff
Now that we require Java 1.6, we no longer need to include the STAX-API jar as JRE...
authorNick Burch <nick@apache.org>
Tue, 15 Apr 2014 15:19:30 +0000 (15:19 +0000)
committerNick Burch <nick@apache.org>
Tue, 15 Apr 2014 15:19:30 +0000 (15:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587605 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.xml

index adf17b95aff0625fa75e925309986c16d07b8040..19c290b734d92d0233d53b8eb341b1c5841a6ac8 100644 (file)
@@ -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"/>
index 672b054e681e058e8f1a56efef86e35e6f65d34f..df9bfc2794708d8af7e500889125c85253c98894 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -40,7 +40,7 @@ under the License.
     To build the documentation you will need to install forrest and set
     the FORREST_HOME environment variable.  Forrest 0.5.1 required.
 
-    Since POI 3.5 you will need JDK 1.5 or newer to build POI. 
+    You currently need JDK 1.6 or newer to build POI. 
 
     Some people may find the tests hang when run through Ant. If this
     happens to you, try giving Ant some more memory when you run it, eg:
@@ -149,8 +149,6 @@ under the License.
     <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-2.3.0.jar"/>
     <property name="ooxml.xmlbeans.url"
               value="${repository.m2}/maven2/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar"/>
-    <property name="ooxml.jsr173.jar" location="${ooxml.lib}/stax-api-1.0.1.jar"/>
-    <property name="ooxml.jsr173.url" value="${repository.m2}/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
 
     <!-- coverage libs -->
     <property name="jacoco.zip" location="${main.lib}/jacoco-0.6.5.201403032054.zip"/>
@@ -1257,7 +1255,6 @@ under the License.
             </zipfileset>
             <zipfileset dir="${ooxml.lib}" prefix="${zipdir}/ooxml-lib">
               <include name="dom4j-*.jar"/>
-              <include name="stax-api-*.jar"/>
               <include name="xmlbeans-*.jar"/>
             </zipfileset>
             <zipfileset dir="${dist.dir}" prefix="${zipdir}">
@@ -1286,7 +1283,6 @@ under the License.
             </zipfileset>
             <tarfileset dir="${ooxml.lib}" prefix="${zipdir}/ooxml-lib">
               <include name="dom4j-*.jar"/>
-              <include name="stax-api-*.jar"/>
               <include name="xmlbeans-*.jar"/>
             </tarfileset>
             <tarfileset dir="${build.site}" prefix="${zipdir}/docs"/>
@@ -1419,7 +1415,6 @@ under the License.
                        <auxClasspath path="ooxml-lib/ooxml-encryption-1.1.jar" />
                        <auxClasspath path="ooxml-lib/xmlbeans-2.3.0.jar" />
                        <auxClasspath path="ooxml-lib/dom4j-1.6.1.jar" />
-                       <auxClasspath path="ooxml-lib/stax-api-1.0.1.jar" />
                        <auxClasspath path="lib/commons-codec-1.9.jar" />
                        <auxClasspath path="lib/commons-logging-1.1.3.jar" />
                        <auxClasspath path="lib/junit-4.11.jar" />