You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/06/22 20:59:32 UTC

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

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>