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 2009/02/21 11:08:24 UTC

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

Author: jleroux
Date: Sat Feb 21 10:08:24 2009
New Revision: 746477

URL: http://svn.apache.org/viewvc?rev=746477&view=rev
Log:
A patch from Bruno Busco "A more consistent SVN revision number in svninfo." (https://issues.apache.org/jira/browse/OFBIZ-2199) - OFBIZ-2199

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=746477&r1=746476&r2=746477&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sat Feb 21 10:08:24 2009
@@ -123,9 +123,9 @@
             <arg value="--xml"/>
         </exec>
         <xmlproperty file="runtime/svninfo_tmp.xml"/>
-        <echo message="Rev:${info.entry(revision)}"/>
+        <echo message="Rev:${info.entry.commit(revision)}"/>
         <basename property="releasePath" file="${info.entry.url}"/>
-        <echo message=" - Release.revision : ${releasePath}.${info.entry(revision)}" file="runtime/svninfo.ftl"/>
+        <echo message=" - Release.revision : ${releasePath}.${info.entry.commit(revision)}" file="runtime/svninfo.ftl"/>
         <delete file="runtime/svninfo_tmp.xml"/>
         <echo message="Done!"/>
     </target>