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

jleroux@apache.org
Author: jleroux
Date: Fri Feb  6 10:41:31 2009
New Revision: 741517

URL: http://svn.apache.org/viewvc?rev=741517&view=rev
Log:
Even better, I wonder now about localisation of all those informations (Copyright, Powered by, Release, etc.)
For Copyright and Powered it's ok since it's in footer.ftl, but for the ant svninfo target, any ideas (an ant guru there) ?

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=741517&r1=741516&r2=741517&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Fri Feb  6 10:41:31 2009
@@ -125,7 +125,7 @@
         <xmlproperty file="runtime/svninfo_tmp.xml"/>
         <echo message="Rev:${info.entry(revision)}"/>
         <basename property="releasePath" file="${info.entry.url}"/>
-        <echo message=" - Rev: ${releasePath} ${info.entry(revision)}" file="runtime/svninfo.ftl"/>
+        <echo message=" - Release and revision : ${releasePath} ${info.entry(revision)}" file="runtime/svninfo.ftl"/>
         <delete file="runtime/svninfo_tmp.xml"/>
         <echo message="Done!"/>
     </target>