[jboss-cvs] JBossAS SVN: r75209 - trunk/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 30 06:22:14 EDT 2008


Author: dimitris at jboss.org
Date: 2008-06-30 06:22:14 -0400 (Mon, 30 Jun 2008)
New Revision: 75209

Modified:
   trunk/tools/etc/buildmagic/build-common.xml
   trunk/tools/etc/buildmagic/buildmagic.ent
   trunk/tools/etc/buildmagic/common.xml
Log:
do not remove local.properties file on clobber target.

Modified: trunk/tools/etc/buildmagic/build-common.xml
===================================================================
--- trunk/tools/etc/buildmagic/build-common.xml	2008-06-30 10:15:51 UTC (rev 75208)
+++ trunk/tools/etc/buildmagic/build-common.xml	2008-06-30 10:22:14 UTC (rev 75209)
@@ -164,7 +164,6 @@
 
 <!-- Clean up all generated files -->
 <target name="_buildmagic:clobber">
-  <delete file="${module.root}/local.properties"/>
   <delete dir="${module.output}"/>
 
   <!-- Try to stop the build log before we delete the file. -->

Modified: trunk/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- trunk/tools/etc/buildmagic/buildmagic.ent	2008-06-30 10:15:51 UTC (rev 75208)
+++ trunk/tools/etc/buildmagic/buildmagic.ent	2008-06-30 10:22:14 UTC (rev 75209)
@@ -215,7 +215,6 @@
 
 <!-- Clean up all generated files -->
 <target name="_buildmagic:clobber" depends="init">
-  <delete file="${module.root}/local.properties"/>
   <delete dir="${module.output}"/>
 
   <!-- Try to stop the build log before we delete the file. -->

Modified: trunk/tools/etc/buildmagic/common.xml
===================================================================
--- trunk/tools/etc/buildmagic/common.xml	2008-06-30 10:15:51 UTC (rev 75208)
+++ trunk/tools/etc/buildmagic/common.xml	2008-06-30 10:22:14 UTC (rev 75209)
@@ -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