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/10/08 11:25:58 UTC

svn commit: r1005741 - in /gump/metadata/project: commons-proper.xml jetty.xml turbine-core.xml

Author: bodewig
Date: Fri Oct  8 09:25:58 2010
New Revision: 1005741

URL: http://svn.apache.org/viewvc?rev=1005741&view=rev
Log:
build order

Modified:
    gump/metadata/project/commons-proper.xml
    gump/metadata/project/jetty.xml
    gump/metadata/project/turbine-core.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1005741&r1=1005740&r2=1005741&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Fri Oct  8 09:25:58 2010
@@ -511,7 +511,7 @@
   
   <project name="org.apache.commons.commons-io">
     <depend project="commons-io"/>
-    <jar name="io/target/commons-io-2.0-SNAPSHOT.jar"/>
+    <jar name="io/target/commons-io-2.0-SNAPSHOT.jar" id="commons-io"/>
   </project>
 
   <project name="commons-io-test">

Modified: gump/metadata/project/jetty.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jetty.xml?rev=1005741&r1=1005740&r2=1005741&view=diff
==============================================================================
--- gump/metadata/project/jetty.xml (original)
+++ gump/metadata/project/jetty.xml Fri Oct  8 09:25:58 2010
@@ -29,6 +29,7 @@
     <pom name="pom.xml"/>
     <mvn2install/>
     <depend project="jetty-parent"/>
+    <option project="xpp"/>
   </project>
 
   <project name="jetty-aggregate-project" groupId="org.eclipse.jetty.aggregate">

Modified: gump/metadata/project/turbine-core.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/turbine-core.xml?rev=1005741&r1=1005740&r2=1005741&view=diff
==============================================================================
--- gump/metadata/project/turbine-core.xml (original)
+++ gump/metadata/project/turbine-core.xml Fri Oct  8 09:25:58 2010
@@ -42,6 +42,9 @@
     <option project="commons-lang" runtime="true"/>
     <option project="commons-logging"/>
     <option project="commons-pool"/>
+    <option project="db-torque-generator">
+    <option project="db-torque-runtime">
+    <option project="db-torque-templates">
     <option project="dom4j"/>
     <option project="excalibur-component"/>
     <option project="excalibur-framework-api"/>