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/30 04:08:48 UTC

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

Author: billbarker
Date: Wed Jun 30 02:08:47 2010
New Revision: 959166

URL: http://svn.apache.org/viewvc?rev=959166&view=rev
Log:
the separator is , not space for multiple ant targets

Modified:
    gump/metadata/project/poi.xml

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=959166&r1=959165&r2=959166&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Wed Jun 30 02:08:47 2010
@@ -61,7 +61,7 @@
     </project>
 
     <project name="poi-ooxml-deps" groupId="org.apache.poi">
-      <ant target="fetch-ooxml-jars compile-ooxml-xsds" />
+      <ant target="fetch-ooxml-jars,compile-ooxml-xsds" />
 
       <depend project="ant" inherit="runtime" />
       <jar name="ooxml-lib/ooxml-schemas-*[0-9T].jar" id="ooxml-schemas" />