You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by jo...@apache.org on 2005/11/09 18:57:34 UTC

svn commit: r332091 - /gump/metadata/project/cocoon/module.xml

Author: joerg
Date: Wed Nov  9 09:57:29 2005
New Revision: 332091

URL: http://svn.apache.org/viewcvs?rev=332091&view=rev
Log:
removed superfluous references to cocoon-testcase.jar:
- actually reverting commit r329819
- problem was not the missing jar, but the exclusion of files when building the jar

javaflow block has a dependency on forms block

Modified:
    gump/metadata/project/cocoon/module.xml

Modified: gump/metadata/project/cocoon/module.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/cocoon/module.xml?rev=332091&r1=332090&r2=332091&view=diff
==============================================================================
--- gump/metadata/project/cocoon/module.xml (original)
+++ gump/metadata/project/cocoon/module.xml Wed Nov  9 09:57:29 2005
@@ -245,7 +245,6 @@
     <library name="commons-digester"/>
     <library name="apache-garbage"/>
 
-    <work nested="build/cocoon-@@DATE@@/cocoon-testcase.jar"/>
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>
 
@@ -1177,7 +1176,6 @@
 
     <depend project="cocoon" inherit="all"/>
 
-    <work nested="build/cocoon-@@DATE@@/cocoon-testcase.jar"/>
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>
 
@@ -1343,8 +1341,8 @@
     </ant>
 
     <depend project="cocoon" inherit="all"/>
+    <depend project="cocoon-block-forms"/>
 <!--
-    <depend project="cocoon-block-forms" />
     <depend project="cocoon-block-ojb" type="samples"/>
 -->
     <depend project="commons-javaflow"/>