[jboss-cvs] JBossAS SVN: r57235 -	branches/JBoss_3_2_3_JBAS-3709/tools/etc/buildmagic
    jboss-cvs-commits at lists.jboss.org 
    jboss-cvs-commits at lists.jboss.org
       
    Wed Sep 27 13:18:09 EDT 2006
    
    
  
Author: anil.saldhana at jboss.com
Date: 2006-09-27 13:18:08 -0400 (Wed, 27 Sep 2006)
New Revision: 57235
Modified:
   branches/JBoss_3_2_3_JBAS-3709/tools/etc/buildmagic/buildmagic.ent
Log:
allow ant 1.6
Modified: branches/JBoss_3_2_3_JBAS-3709/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/JBoss_3_2_3_JBAS-3709/tools/etc/buildmagic/buildmagic.ent	2006-09-27 17:17:11 UTC (rev 57234)
+++ branches/JBoss_3_2_3_JBAS-3709/tools/etc/buildmagic/buildmagic.ent	2006-09-27 17:18:08 UTC (rev 57235)
@@ -8,7 +8,7 @@
 <target name="_buildmagic:init" unless="init.disable">
 
   <!-- Make sure we have the right version of Ant -->
-  <property name="buildmagic.ant.baseversion" value="1.5"/>
+  <property name="buildmagic.ant.baseversion" value="1.6"/>
 
   <!--
      | Add new conditions for other supported Ant versions when they
    
    
More information about the jboss-cvs-commits
mailing list