Author: jleroux
Date: Thu Jan 21 14:02:59 2010
New Revision: 901711
URL:
http://svn.apache.org/viewvc?rev=901711&view=revLog:
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"/>