[jboss-cvs] JBossAS SVN: r75350 - branches/Branch_4_2/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 3 11:23:10 EDT 2008


Author: dimitris at jboss.org
Date: 2008-07-03 11:23:10 -0400 (Thu, 03 Jul 2008)
New Revision: 75350

Modified:
   branches/Branch_4_2/tools/etc/buildmagic/build-common.xml
   branches/Branch_4_2/tools/etc/buildmagic/buildmagic.ent
   branches/Branch_4_2/tools/etc/buildmagic/common.xml
Log:
do not remove local.properties at 'build clobber'

Modified: branches/Branch_4_2/tools/etc/buildmagic/build-common.xml
===================================================================
--- branches/Branch_4_2/tools/etc/buildmagic/build-common.xml	2008-07-03 15:14:24 UTC (rev 75349)
+++ branches/Branch_4_2/tools/etc/buildmagic/build-common.xml	2008-07-03 15:23:10 UTC (rev 75350)
@@ -161,7 +161,6 @@
 
 <!-- Clean up all generated files -->
 <target name="_buildmagic:clobber">
-  <delete file="${module.root}/local.properties"/>
    <delete dir="${module.output}/eclipse-classes"/>
 
   <!-- Try to stop the build log before we delete the file. -->

Modified: branches/Branch_4_2/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/Branch_4_2/tools/etc/buildmagic/buildmagic.ent	2008-07-03 15:14:24 UTC (rev 75349)
+++ branches/Branch_4_2/tools/etc/buildmagic/buildmagic.ent	2008-07-03 15:23:10 UTC (rev 75350)
@@ -222,7 +222,6 @@
 
 <!-- Clean up all generated files -->
 <target name="_buildmagic:clobber" depends="init">
-  <delete file="${module.root}/local.properties"/>
   <delete dir="${module.output}/eclipse-classes*"/>
 
   <!-- Try to stop the build log before we delete the file. -->

Modified: branches/Branch_4_2/tools/etc/buildmagic/common.xml
===================================================================
--- branches/Branch_4_2/tools/etc/buildmagic/common.xml	2008-07-03 15:14:24 UTC (rev 75349)
+++ branches/Branch_4_2/tools/etc/buildmagic/common.xml	2008-07-03 15:23:10 UTC (rev 75350)
@@ -128,7 +128,6 @@
 
 <!-- Clean up all generated files -->
 <target name="_buildmagic:clobber" depends="init">
-  <delete file="${module.root}/local.properties"/>
 
   <!-- 
      | Try to stop the build log before we delete the file.




More information about the jboss-cvs-commits mailing list