svn commit: r901711 - /ofbiz/trunk/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: r901711 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Thu Jan 21 14:02:59 2010
New Revision: 901711

URL: http://svn.apache.org/viewvc?rev=901711&view=rev
Log:
Description of the svninfo ant target

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=901711&r1=901710&r2=901711&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Jan 21 14:02:59 2010
@@ -160,7 +160,8 @@
         <delete dir="tools/build"/>
     </target>
 
-    <target name="svninfo">
+    <target name="svninfo"
+        description="Update the Release-revision info in the footer. Note that you need a valid Internet connection and Subversion connected to the OFBiz repository for that ">
         <echo message="Creating svninfo..."/>
         <exec executable="svn" dir="." output="runtime/svninfo_tmp.xml">
             <arg value="info"/>