You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2010/06/14 03:30:25 UTC

svn commit: r954341 - /gump/metadata/project/poi.xml

Author: billbarker
Date: Mon Jun 14 01:30:24 2010
New Revision: 954341

URL: http://svn.apache.org/viewvc?rev=954341&view=rev
Log:
version the jars that poi downloads

Modified:
    gump/metadata/project/poi.xml

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=954341&r1=954340&r2=954341&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Mon Jun 14 01:30:24 2010
@@ -38,10 +38,8 @@
         <depend project="xml-xerces"/>
         <depend project="xalan"/>
         <depend project="dom4j"/>
+        <depend project="poi-ooxml" />
         <!-- the following three jars are not known to Gump-->
-        <work nested="ooxml-lib/xmlbeans-2.3.0.jar"/>
-        <work nested="ooxml-lib/jsr173_1.0_api.jar"/>
-        <work nested="ooxml-lib/ooxml-schemas-1.0.jar"/>
         <work nested="ooxml-lib/openxml4j-1.0-beta.jar"/> <!-- YK: remove this line when OpenXML4j is a part of POI-->
 
         <work nested="build/classes"/>
@@ -61,5 +59,14 @@
         <nag to="dev@poi.apache.org"
             from="&quot;Gump [HEAD] :-(&quot; &lt;general@gump.apache.org&gt;"/>
     </project>
+
+    <project poi-ooxml>
+      <ant target="fetch-ooxml-jars" />
+
+      <depend project="ant" inherit="runtime" />
+      <jar name="ooxml-lib/ooxml-schemas-*[0-9T].jar" id="ooxml-schemas" />
+      <jar name="ooxml-lib/geronimo-stax-api_1.0_spec-*[0-9T].jar" id="stax-api" />
+      <jar name="ooxml-lib/xmlbeans-*[0-9T]" id="xmlbeans" />
+   </project>
 </module>