[Yanel-commits] rev 42285 - public/yanel/trunk/src/build/targets

michi at wyona.com michi at wyona.com
Mon Apr 6 20:48:21 CEST 2009


Author: michi
Date: 2009-04-06 20:48:20 +0200 (Mon, 06 Apr 2009)
New Revision: 42285

Modified:
   public/yanel/trunk/src/build/targets/clean.xml
Log:
answer property made unique

Modified: public/yanel/trunk/src/build/targets/clean.xml
===================================================================
--- public/yanel/trunk/src/build/targets/clean.xml	2009-04-06 18:20:13 UTC (rev 42284)
+++ public/yanel/trunk/src/build/targets/clean.xml	2009-04-06 18:48:20 UTC (rev 42285)
@@ -74,9 +74,9 @@
   </target>
   
     <target name="ask-if-local-build-properties-shall-be-deleted" if="local.build.properties.exists">
-    <input message="Do you really want to delete local build.properties file '${yanel.source.home}/src/build/local.build.properties'? (yes/NO):" addproperty="answer"/>
+    <input message="Do you really want to delete local build.properties file '${yanel.source.home}/src/build/local.build.properties'? (yes/NO):" addproperty="answerDeleteLocalBuildProperties"/>
     <condition property="yes-delete-local-build-properties">
-      <equals arg1="yes" arg2="${answer}"/>
+      <equals arg1="yes" arg2="${answerDeleteLocalBuildProperties}"/>
     </condition>
     <antcall target="do-delete-local-build-properties"/>
   </target>



More information about the Yanel-commits mailing list