Author: jleroux
Date: Fri Apr 1 20:07:44 2011
New Revision: 1087877
URL:
http://svn.apache.org/viewvc?rev=1087877&view=revLog:
Accurate comments
Modified:
ofbiz/trunk/framework/resources/templates/build.xml
Modified: ofbiz/trunk/framework/resources/templates/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/build.xml?rev=1087877&r1=1087876&r2=1087877&view=diff==============================================================================
--- ofbiz/trunk/framework/resources/templates/build.xml (original)
+++ ofbiz/trunk/framework/resources/templates/build.xml Fri Apr 1 20:07:44 2011
@@ -37,7 +37,7 @@
<!-- Targets to create patch files -->
<!-- ================================================================= -->
- <target name="create-ofbiz-patches" description="Creates patch for framework, application, specialpurpose components">
+ <target name="create-ofbiz-patches" description="Creates patches for root, framework, application and specialpurpose components">
<exec executable="svn" output="patches/root.patch" dir="${ofbiz.home.dir}">
<arg value="diff"/>
<arg value="--depth=files"/>
@@ -81,7 +81,7 @@
</exec>
</target>
- <target name="apply-ofbiz-patches" description="Apply the patch to framework, application, specialpurpose components.">
+ <target name="apply-ofbiz-patches" description="Apply the patches to root, framework, application and specialpurpose components.">
<fail message="Patch files not found.">
<condition>
<or>