svn commit: r1749785 - /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: r1749785 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Wed Jun 22 20:59:32 2016
New Revision: 1749785

URL: http://svn.apache.org/viewvc?rev=1749785&view=rev
Log:
No functional change, fixes a typo in comment to clarify it

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1749785&r1=1749784&r2=1749785&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Jun 22 20:59:32 2016
@@ -281,7 +281,7 @@ under the License.
         </exec>
         <loadfile property="svn-output" srcFile="build/svn-check/svn.output"/>
         <condition property="svn-version-ok">
-        <!-- On Linux prefer patch because "svn patch" needs "ant exec and you can't check patching errors -->
+        <!-- On Linux prefer patch because "svn patch" needs "ant" exec and you can't check patching errors -->
           <and>
             <os family="windows"/>
             <or>