Author: jleroux
Date: Wed Jun 22 20:59:32 2016
New Revision: 1749785
URL:
http://svn.apache.org/viewvc?rev=1749785&view=revLog:
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>