svn commit: r1087877 - /ofbiz/trunk/framework/resources/templates/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: r1087877 - /ofbiz/trunk/framework/resources/templates/build.xml

jleroux@apache.org
Author: jleroux
Date: Fri Apr  1 20:07:44 2011
New Revision: 1087877

URL: http://svn.apache.org/viewvc?rev=1087877&view=rev
Log:
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>