You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ps...@apache.org on 2006/02/23 22:50:58 UTC

svn commit: r380235 - /gump/metadata/project/logging-chainsaw.xml

Author: psmith
Date: Thu Feb 23 13:50:56 2006
New Revision: 380235

URL: http://svn.apache.org/viewcvs?rev=380235&view=rev
Log:
Added Gump flag to the run so to fix some dependependency on the main log4j source code, this prevents a portion of the build from occuring and failing"

Modified:
    gump/metadata/project/logging-chainsaw.xml

Modified: gump/metadata/project/logging-chainsaw.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/logging-chainsaw.xml?rev=380235&r1=380234&r2=380235&view=diff
==============================================================================
--- gump/metadata/project/logging-chainsaw.xml (original)
+++ gump/metadata/project/logging-chainsaw.xml Thu Feb 23 13:50:56 2006
@@ -28,6 +28,7 @@
 
     <ant target="chainsaw.jar">
       <property name="version" value="@@DATE@@"/>
+      <property name="gump" value="true"/>
     </ant>
 
     <depend project="ant" inherit="runtime"/>