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/31 07:04:30 UTC

svn commit: r1367409 - /gump/metadata/project/woden.xml

Author: bodewig
Date: Tue Jul 31 05:04:29 2012
New Revision: 1367409

URL: http://svn.apache.org/viewvc?rev=1367409&view=rev
Log:
can't build woden-tests, reduce build to woden-core only

Modified:
    gump/metadata/project/woden.xml

Modified: gump/metadata/project/woden.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/woden.xml?rev=1367409&r1=1367408&r2=1367409&view=diff
==============================================================================
--- gump/metadata/project/woden.xml (original)
+++ gump/metadata/project/woden.xml Tue Jul 31 05:04:29 2012
@@ -23,13 +23,19 @@
   <url href="http://ws.apache.org/woden/"/>
   <svn repository="asf" dir="webservices/woden/trunk/java"/>
 
-  <project name="woden">
-    <mvn2 goal="install"/>
+  <project name="woden-parent">
+    <pom name="pom.xml" id="woden"/>
+    <mvn2install/>
     <option project="ant"/>
     <option project="commons-logging"/>
     <option project="junit"/>
     <option project="ws-commons-xmlschema"/>
     <option project="wsdl4j"/>
-    <jar name="woden-core/target/woden-core-*[0-9T].jar" id="woden-core"/>
+  </project>
+
+  <project name="woden-core">
+    <mvn2 goal="install" basedir="woden-core"/>
+    <depend project="woden-parent"/>
+    <jar name="woden-core/target/woden-core-*[0-9T].jar"/>
   </project>
 </module>