svn commit: r751734 - /ofbiz/trunk/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r751734 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Mon Mar  9 16:40:31 2009
New Revision: 751734

URL: http://svn.apache.org/viewvc?rev=751734&view=rev
Log:
From a demand on user ML

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=751734&r1=751733&r2=751734&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Mar  9 16:40:31 2009
@@ -459,7 +459,7 @@
         <input addproperty="confirm-component-creation" message="Confirm: " defaultvalue="N" validargs="Y,N,y,n"/>
         <fail message="Component creation cancelled by the user.">
             <condition>
-                <equals arg1="${confirm-component-creation}" arg2="N"/>
+                <equals arg1="${confirm-component-creation}" arg2="N" casesensitive="false"/>
             </condition>
         </fail>
         <filterset id="replacePlaceholders">