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 2011/02/25 17:21:16 UTC

svn commit: r1074615 - in /gump/metadata/project: directory-junit-addon.xml james-mailbox.xml tika.xml turbine-fulcrum.xml velocity-engine2.xml

Author: bodewig
Date: Fri Feb 25 16:21:15 2011
New Revision: 1074615

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

Modified:
    gump/metadata/project/directory-junit-addon.xml
    gump/metadata/project/james-mailbox.xml
    gump/metadata/project/tika.xml
    gump/metadata/project/turbine-fulcrum.xml
    gump/metadata/project/velocity-engine2.xml

Modified: gump/metadata/project/directory-junit-addon.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/directory-junit-addon.xml?rev=1074615&r1=1074614&r2=1074615&view=diff
==============================================================================
--- gump/metadata/project/directory-junit-addon.xml (original)
+++ gump/metadata/project/directory-junit-addon.xml Fri Feb 25 16:21:15 2011
@@ -28,6 +28,7 @@
   <project name="directory-junit-addons-pom">
     <pom name="pom.xml" id="directory-junit-addons"/>
     <mvn3install artifactId="directory-junit-addons"/>
+    <option project="junit"/>
   </project>
 
   <project name="directory-junit-addons">

Modified: gump/metadata/project/james-mailbox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-mailbox.xml?rev=1074615&r1=1074614&r2=1074615&view=diff
==============================================================================
--- gump/metadata/project/james-mailbox.xml (original)
+++ gump/metadata/project/james-mailbox.xml Fri Feb 25 16:21:15 2011
@@ -44,6 +44,7 @@
     <option project="commons-logging"/>
     <option project="jmock2"/>
     <option project="junit"/>
+    <option project="lucene-java-analyzers"/>
     <jar name="api/target/apache-james-mailbox-api-*[0-9T].jar"
          id="apache-james-mailbox-api"/>
   </project>

Modified: gump/metadata/project/tika.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tika.xml?rev=1074615&r1=1074614&r2=1074615&view=diff
==============================================================================
--- gump/metadata/project/tika.xml (original)
+++ gump/metadata/project/tika.xml Fri Feb 25 16:21:15 2011
@@ -48,6 +48,7 @@
       <property name="skipTests" value="true"/>
     </mvn2>
     <depend project="tika-core"/>
+    <option project="apache-mime4j-reactor"/>
     <option project="asm"/>
     <option project="commons-compress"/>
     <option project="commons-httpclient"/>

Modified: gump/metadata/project/turbine-fulcrum.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/turbine-fulcrum.xml?rev=1074615&r1=1074614&r2=1074615&view=diff
==============================================================================
--- gump/metadata/project/turbine-fulcrum.xml (original)
+++ gump/metadata/project/turbine-fulcrum.xml Fri Feb 25 16:21:15 2011
@@ -444,6 +444,14 @@
     <nag to="dev@turbine.apache.org" from="fulcrum-security-api development &lt;dev@turbine.apache.org&gt;"/>
   </project>
 
+  <project name="fulcrum_fulcrum-security-api" groupId="fulcrum">
+    <depend project="fulcrum-security-api"/>
+    <jar name="security/api/target/fulcrum-security-api-*[0-9T].jar"
+         id="fulcrum-security-api"/>
+    <jar name="security/api/target/fulcrum-security-api-*[0-9T]-tests.jar"
+         id="fulcrum-security-api" type="testsjar"/>
+  </project>
+
   <project name="fulcrum-security-memory">
     <mvn2 basedir="security/memory"/>
     <package>org.apache.fulcrum.security</package>
@@ -459,6 +467,14 @@
     <nag to="dev@turbine.apache.org" from="fulcrum-security-memory development &lt;dev@turbine.apache.org&gt;"/>
   </project>
   
+  <project name="fulcrum_fulcrum-security-memory" groupId="fulcrum">
+    <depend project="fulcrum-security-memory"/>
+    <jar name="security/memory/target/fulcrum-security-memory-*[0-9T].jar"
+         id="fulcrum-security-memory"/>
+    <jar name="security/memory/target/fulcrum-security-memory-*[0-9T]-tests.jar"
+         id="fulcrum-security-memory" type="testsjar"/>
+  </project>
+
   <project name="fulcrum-security-nt">
     <mvn2 basedir="security/nt"/>
     <package>org.apache.fulcrum.security</package>
@@ -476,8 +492,8 @@
     <option project="logging-log4j-12"/>
     
     <option project="fulcrum-crypto"/>
-    <option project="fulcrum-security-api"/>
-    <option project="fulcrum-security-memory"/>
+    <option project="fulcrum_fulcrum-security-api"/>
+    <option project="fulcrum_fulcrum-security-memory"/>
     <option project="fulcrum-testcontainer"/>
     <option project="tagishauth"/>
     

Modified: gump/metadata/project/velocity-engine2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/velocity-engine2.xml?rev=1074615&r1=1074614&r2=1074615&view=diff
==============================================================================
--- gump/metadata/project/velocity-engine2.xml (original)
+++ gump/metadata/project/velocity-engine2.xml Fri Feb 25 16:21:15 2011
@@ -42,6 +42,7 @@
     <option project="jdom" />
     <option project="junit" />
     <option project="logging-log4j-12" />
+    <option project="slf4j"/>
     <option project="velocity-engine" />
 
     <jar name="velocity-engine-core/target/velocity-engine-core-*[0-9T].jar"