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/05 00:21:41 UTC

svn commit: rev 56631 - cocoon/trunk

Author: stefano
Date: Thu Nov  4 15:21:39 2004
New Revision: 56631

Modified:
   cocoon/trunk/gump.xml
Log:
the problem with the proxy block is that cocoon depends already on the httpclient block and that takes precedence, I'm reversing the order to see if this has any influence before attempting something more drastic


Modified: cocoon/trunk/gump.xml
==============================================================================
--- cocoon/trunk/gump.xml	(original)
+++ cocoon/trunk/gump.xml	Thu Nov  4 15:21:39 2004
@@ -593,9 +593,8 @@
       <property name="version" value="@@DATE@@"/>
     </ant>
 
-    <depend project="cocoon" inherit="all"/>
     <depend project="commons-httpclient-2.0-branch"/>
-    <depend project="commons-logging"/>
+    <depend project="cocoon" inherit="all"/>
 
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>