You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2004/11/04 07:03:15 UTC

svn commit: rev 56570 - cocoon/trunk

Author: stefano
Date: Wed Nov  3 22:03:14 2004
New Revision: 56570

Modified:
   cocoon/trunk/gump.xml
Log:
fixing the 'form' block and 'woody' block that were failing because their own classes were not in the classpath for compiling the tests


Modified: cocoon/trunk/gump.xml
==============================================================================
--- cocoon/trunk/gump.xml	(original)
+++ cocoon/trunk/gump.xml	Wed Nov  3 22:03:14 2004
@@ -736,6 +736,7 @@
     <depend project="jakarta-oro"/>
     <depend project="cocoon-block-xsp" type="samples"/>
 
+    <work nested="build/cocoon-@@DATE@@/blocks/forms/dest"/>
     <work nested="build/cocoon-@@DATE@@/blocks/forms/test"/>
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>
@@ -758,6 +759,7 @@
     <depend project="jakarta-oro"/>
     <depend project="cocoon-block-xsp" type="samples"/>
 
+    <work nested="build/cocoon-@@DATE@@/blocks/woody/dest"/>
     <work nested="build/cocoon-@@DATE@@/blocks/woody/test"/>
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>