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 2012/07/28 07:20:02 UTC

svn commit: r1366599 - in /gump/metadata/project: woden.xml ws-commons-xmlschema.xml

Author: bodewig
Date: Sat Jul 28 05:20:01 2012
New Revision: 1366599

URL: http://svn.apache.org/viewvc?rev=1366599&view=rev
Log:
actually, woden is a reactor, we only need woden-core right now, though

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

Modified: gump/metadata/project/woden.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/woden.xml?rev=1366599&r1=1366598&r2=1366599&view=diff
==============================================================================
--- gump/metadata/project/woden.xml (original)
+++ gump/metadata/project/woden.xml Sat Jul 28 05:20:01 2012
@@ -25,8 +25,11 @@
 
   <project name="woden">
     <mvn2 goal="install"/>
-    <option project="doxia-site-renderer"/>
+    <option project="ant"/>
+    <option project="commons-logging"/>
     <option project="junit"/>
-    <jar name="target/woden-*[0-9T].jar"/>
+    <option project="ws-commons-xmlschema"/>
+    <option project="wsdl4j"/>
+    <jar name="woden-code/target/woden-core-*[0-9T].jar" id="woden-core"/>
   </project>
 </module>

Modified: gump/metadata/project/ws-commons-xmlschema.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-commons-xmlschema.xml?rev=1366599&r1=1366598&r2=1366599&view=diff
==============================================================================
--- gump/metadata/project/ws-commons-xmlschema.xml (original)
+++ gump/metadata/project/ws-commons-xmlschema.xml Sat Jul 28 05:20:01 2012
@@ -41,7 +41,6 @@
     <option project="xalan" />
     <option project="xml-apis"/>
     <option project="xml-xerces"/>
-    <option project="xmlunit" />
     <option project="xmlunit"/>
 
     <jar name="target/XmlSchema-*[0-9T].jar"