]> source.dussan.org Git - poi.git/commitdiff
Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_spec...
authorYegor Kozlov <yegor@apache.org>
Wed, 23 Feb 2011 10:37:03 +0000 (10:37 +0000)
committerYegor Kozlov <yegor@apache.org>
Wed, 23 Feb 2011 10:37:03 +0000 (10:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1073683 13f79535-47bb-0310-9956-ffa450edef68

build.xml
maven/poi-ooxml-schemas.pom
src/documentation/content/xdocs/status.xml

index 1f7e757eaae5fe644a36e654b88db08b17995558..30ed785a704ae7b83a24db8bf16515d6f1fe0ed6 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -124,9 +124,8 @@ 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}/geronimo-stax-api_1.0_spec-1.0.jar"/>
-    <property name="ooxml.jsr173.url"
-              value="${repository.m2}/maven2/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.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"/>
 
     <!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm -->
     <!-- "Copy these file(s), free of charge" -->
@@ -910,7 +909,7 @@ under the License.
             <zipfileset dir="${main.lib}" prefix="${zipdir}/lib" includes="*.jar"/>
             <zipfileset dir="${ooxml.lib}" prefix="${zipdir}/ooxml-lib">
               <include name="dom4j-*.jar"/>
-              <include name="geronimo-stax-*.jar"/>
+              <include name="stax-api-*.jar"/>
               <include name="xmlbeans-*.jar"/>
             </zipfileset>
             <zipfileset dir="${dist.dir}" prefix="${zipdir}">
@@ -934,7 +933,7 @@ under the License.
             <tarfileset dir="${main.lib}" prefix="${zipdir}/lib" includes="*.jar"/>
             <tarfileset dir="${ooxml.lib}" prefix="${zipdir}/ooxml-lib">
               <include name="dom4j-*.jar"/>
-              <include name="geronimo-stax-*.jar"/>
+              <include name="stax-api-*.jar"/>
               <include name="xmlbeans-*.jar"/>
             </tarfileset>
             <tarfileset dir="${build.site}" prefix="${zipdir}/docs"/>
index 6eba8254b56873d01bf3ce13857a9a16ad315763..361fe64f3f72573e7e07ec1da98c5eaabf2a07eb 100755 (executable)
       <artifactId>xmlbeans</artifactId>
       <version>2.3.0</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-      <version>1.0</version>
-    </dependency>
   </dependencies>
 </project>
index 9bf3cf1da382bbbd3862d12069530671a0f299b3..65601488e272f72430b2a41b034edbdc4a384349 100644 (file)
@@ -34,6 +34,7 @@
 
     <changes>
         <release version="3.8-beta1" date="2010-??-??">
+           <action dev="poi-developers" type="fix">50581 - Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_spec</action>
            <action dev="poi-developers" type="fix">50786 - Fix XSSFColor to fetch the RGB values of old-style indexed colours</action>
            <action dev="poi-developers" type="fix">50299 - Fix XSSFColor fetching of white and black background themes</action>
            <action dev="poi-developers" type="fix">50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another</action>