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/06/01 06:15:38 UTC

svn commit: r1344981 - in /gump/metadata/project: cocoon22.xml cocoon3.xml

Author: bodewig
Date: Fri Jun  1 04:15:38 2012
New Revision: 1344981

URL: http://svn.apache.org/viewvc?rev=1344981&view=rev
Log:
reduce noise with hard dependencies

Modified:
    gump/metadata/project/cocoon22.xml
    gump/metadata/project/cocoon3.xml

Modified: gump/metadata/project/cocoon22.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon22.xml?rev=1344981&r1=1344980&r2=1344981&view=diff
==============================================================================
--- gump/metadata/project/cocoon22.xml (original)
+++ gump/metadata/project/cocoon22.xml Fri Jun  1 04:15:38 2012
@@ -202,7 +202,7 @@
     <option project="cocoon22-spring-configurator"/>
     <option project="cocoon22-store-impl"/>
     <option project="cocoon22-thread-api"/>
-    <option project="cocoon22-thread-impl"/>
+    <depend project="cocoon22-thread-impl"/>
     <option project="cocoon22-xml-resolver"/>
     <option project="cocoon22-xml-util"/>
     <option project="commons-io"/>

Modified: gump/metadata/project/cocoon3.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon3.xml?rev=1344981&r1=1344980&r2=1344981&view=diff
==============================================================================
--- gump/metadata/project/cocoon3.xml (original)
+++ gump/metadata/project/cocoon3.xml Fri Jun  1 04:15:38 2012
@@ -62,6 +62,7 @@
     </mvn2>
     <jar name="cocoon-cli/target/cocoon-cli-*[0-9T].jar"/>
     <depend project="cocoon-pipeline"/>
+    <depend project="cocoon-sax"/>
     <option project="cocoon22-xml"/>
     <option project="commons-digester3"/>
     <option project="junit"/>
@@ -107,8 +108,8 @@
     <jar name="cocoon-monitoring/target/cocoon-monitoring-*[0-9T].jar"/>
     <depend project="cocoon-pipeline"/>
     <option project="cocoon22-configuration-api"/>
-    <option project="cocoon22-servlet-service-impl"/>
-    <option project="cocoon22-spring-configurator"/>
+    <depend project="cocoon22-servlet-service-impl"/>
+    <depend project="cocoon22-spring-configurator"/>
     <option project="commons-lang"/>
     <option project="junit"/>
     <option project="logging-log4j-12"/>
@@ -209,7 +210,7 @@
     </mvn2>
     <jar name="cocoon-sax/target/cocoon-sax-*[0-9T].jar"/>
     <option project="bcel"/>
-    <option project="cocoon22-xml"/>
+    <depend project="cocoon22-xml"/>
     <depend project="cocoon-pipeline"/>
     <option project="commons-logging"/>
     <option project="commons-validator"/>
@@ -326,7 +327,7 @@
 
   <project name="cocoon3-reactor">
     <mvn2/>
-    <option project="cocoon-all"/>
+    <depend project="cocoon-all"/>
     <option project="cocoon22-rcl-spring-reloader"/>
     <option project="cocoon22-rcl-webapp-wrapper"/>
   </project>