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 2009/04/29 08:55:44 UTC

svn commit: r769685 - /gump/metadata/project/ws-commons.xml

Author: bodewig
Date: Wed Apr 29 06:55:44 2009
New Revision: 769685

URL: http://svn.apache.org/viewvc?rev=769685&view=rev
Log:
Can't see any jar, maybe install will create one

Modified:
    gump/metadata/project/ws-commons.xml

Modified: gump/metadata/project/ws-commons.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-commons.xml?rev=769685&r1=769684&r2=769685&view=diff
==============================================================================
--- gump/metadata/project/ws-commons.xml (original)
+++ gump/metadata/project/ws-commons.xml Wed Apr 29 06:55:44 2009
@@ -54,14 +54,14 @@
 
   <project name="ws-commons-xmlschema">
     <package>org.apache.ws.commons.xmlschema</package>
-    <mvn basedir="XmlSchema"/>
+    <mvn basedir="XmlSchema" goal="install"/>
 
-    <depend project="xml-apis"/>
-    <depend project="xml-xerces"/>
-    <depend project="xalan" />
-    <depend project="xmlunit" />
-    <depend project="ant" inherit="runtime" />
-    <depend project="stax" />
+    <option project="xml-apis"/>
+    <option project="xml-xerces"/>
+    <option project="xalan" />
+    <option project="xmlunit" />
+    <option project="ant" inherit="runtime" />
+    <option project="stax" />
     <option project="junit" />
     <jar name="XmlSchema/build/lib/ws-commons-xmlschema-@@DATE@@.jar"/>
     <!-- license name="LICENSE.txt"/ -->