You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2006/09/28 12:14:32 UTC

svn commit: r450788 - /gump/metadata/project/antbook.xml

Author: stevel
Date: Thu Sep 28 03:14:31 2006
New Revision: 450788

URL: http://svn.apache.org/viewvc?view=rev&rev=450788
Log:
set a flag in the build to indicate gump; this can be used by tests to skip ones that will fail due to classpath differences

Modified:
    gump/metadata/project/antbook.xml

Modified: gump/metadata/project/antbook.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/antbook.xml?view=diff&rev=450788&r1=450787&r2=450788
==============================================================================
--- gump/metadata/project/antbook.xml (original)
+++ gump/metadata/project/antbook.xml Thu Sep 28 03:14:31 2006
@@ -128,6 +128,7 @@
     <ant basedir="sections" target="gump">
       <property name="jar.version" value="@@DATE@@"/>
       <property name="no.sign.jar" value="true"/>
+      <property name="gump.build" value="true"/>
     </ant>
     <depend project="ant" runtime="false"/>
     <depend project="junit3" runtime="false"/>