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 2014/09/22 10:04:46 UTC

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

Author: jleroux
Date: Mon Sep 22 08:04:45 2014
New Revision: 1626687

URL: http://svn.apache.org/r1626687
Log:
The build-dev ant target now "needs a Subversion client installed" (better comment)

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1626687&r1=1626686&r2=1626687&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Sep 22 08:04:45 2014
@@ -266,7 +266,7 @@ under the License.
   
 
     <target name="build-dev" 
-      description="Patch sources in a dev environment if patch files are present in runtime/patches.">
+      description="Patch sources in a dev environment if patch files are present in runtime/patches. Needs a Subversion client installed">
       <!-- patch task can't handle a fileset => create a global patch -->
       <concat destfile="${basedir}/runtime/patches/dev.patch" encoding="UTF-8" outputencoding="UTF-8">
         <fileset dir="${basedir}/runtime/patches" casesensitive="no">