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/04/27 00:23:16 UTC

svn commit: r768816 - in /ofbiz/branches/release09.04: ./ build.xml

Author: jleroux
Date: Sun Apr 26 22:23:16 2009
New Revision: 768816

URL: http://svn.apache.org/viewvc?rev=768816&view=rev
Log:
Applied fix from trunk for revision: 768815

Modified:
    ofbiz/branches/release09.04/   (props changed)
    ofbiz/branches/release09.04/build.xml

Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Apr 26 22:23:16 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822,767845,768358,768490,768550,768675,768686,768705,768811
+/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822,767845,768358,768490,768550,768675,768686,768705,768811,768815

Modified: ofbiz/branches/release09.04/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/build.xml?rev=768816&r1=768815&r2=768816&view=diff
==============================================================================
--- ofbiz/branches/release09.04/build.xml (original)
+++ ofbiz/branches/release09.04/build.xml Sun Apr 26 22:23:16 2009
@@ -127,7 +127,7 @@
         <xmlproperty file="runtime/svninfo_tmp.xml"/>
         <echo message="Rev:${info.entry.commit(revision)}"/>
         <basename property="releasePath" file="${info.entry.url}"/>
-        <echo message=" - Release.revision : ${releasePath}.${info.entry.commit(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>