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

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

Author: bodewig
Date: Wed Jun 16 12:07:14 2010
New Revision: 955213

URL: http://svn.apache.org/viewvc?rev=955213&view=rev
Log:
ids for POI

Modified:
    gump/metadata/project/poi.xml

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=955213&r1=955212&r2=955213&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Wed Jun 16 12:07:14 2010
@@ -38,7 +38,7 @@
         <depend project="xml-xerces"/>
         <depend project="xalan"/>
         <depend project="dom4j"/>
-        <depend project="poi-ooxml" />
+        <depend project="poi-ooxml-deps" />
         <!-- the following three jars are not known to Gump-->
         <work nested="ooxml-lib/openxml4j-1.0-beta.jar"/> <!-- YK: remove this line when OpenXML4j is a part of POI-->
 
@@ -50,17 +50,17 @@
         <work nested="build/scratchpad-test-classes"/>
         <work nested="build/ooxml-test-classes"/>
         <home nested="build/dist"/>
-        <jar name="poi-gump-@@DATE@@.jar"/>
-        <jar name="poi-contrib-gump-@@DATE@@.jar"/>
-        <jar name="poi-scratchpad-gump-@@DATE@@.jar"/>
-        <jar name="poi-ooxml-gump-@@DATE@@.jar"/>
+        <jar name="poi-gump-@@DATE@@.jar" id="poi"/>
+        <jar name="poi-contrib-gump-@@DATE@@.jar" id="poi-contrib"/>
+        <jar name="poi-scratchpad-gump-@@DATE@@.jar" id="poi-scratchpad"/>
+        <jar name="poi-ooxml-gump-@@DATE@@.jar" id="poi-ooxml"/>
         <javadoc module="poi" nested="build/tmp/site/build/site/apidocs"/>
 
         <nag to="dev@poi.apache.org"
             from="&quot;Gump [HEAD] :-(&quot; &lt;general@gump.apache.org&gt;"/>
     </project>
 
-    <project name="poi-ooxml">
+    <project name="poi-ooxml-deps" groupId="org.apache.poi">
       <ant target="fetch-ooxml-jars" />
 
       <depend project="ant" inherit="runtime" />
@@ -68,5 +68,14 @@
       <jar name="ooxml-lib/geronimo-stax-api_1.0_spec-*[0-9T].jar" id="stax-api" />
       <jar name="ooxml-lib/xmlbeans-*[0-9T].jar" id="xmlbeans" />
    </project>
+
+   <project name="org.apache.poi" groupId="org.apache.poi">
+     <depend project="poi"/>
+     <home nested="build/dist"/>
+     <jar name="poi-gump-@@DATE@@.jar" id="poi"/>
+     <jar name="poi-contrib-gump-@@DATE@@.jar" id="poi-contrib"/>
+     <jar name="poi-scratchpad-gump-@@DATE@@.jar" id="poi-scratchpad"/>
+     <jar name="poi-ooxml-gump-@@DATE@@.jar" id="poi-ooxml"/>
+   </project>
 </module>