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/02 01:07:35 UTC

svn commit: rev 56303 - cocoon/trunk

Author: stefano
Date: Mon Nov  1 16:07:35 2004
New Revision: 56303

Modified:
   cocoon/trunk/gump.xml
Log:
the bsf module depends on jakarta-bsf not on the IBM one


Modified: cocoon/trunk/gump.xml
==============================================================================
--- cocoon/trunk/gump.xml	(original)
+++ cocoon/trunk/gump.xml	Mon Nov  1 16:07:35 2004
@@ -475,7 +475,7 @@
     </ant>
 
     <depend project="cocoon" inherit="all"/>
-    <depend project="bsf"/>
+    <depend project="jakarta-bsf"/>
 
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>