Author: jleroux
Date: Sat Sep 27 07:43:38 2014
New Revision: 1627931
URL:
http://svn.apache.org/r1627931Log:
Backports the build date in footer feature (lazy consensus on dev ML)
Modified:
ofbiz/branches/release12.04/build.xml
ofbiz/branches/release12.04/framework/common/config/CommonUiLabels.xml
Modified: ofbiz/branches/release12.04/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/build.xml?rev=1627931&r1=1627930&r2=1627931&view=diff==============================================================================
--- ofbiz/branches/release12.04/build.xml (original)
+++ ofbiz/branches/release12.04/build.xml Sat Sep 27 07:43:38 2014
@@ -193,7 +193,10 @@ under the License.
<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"/>
+ <tstamp>
+ <format property="dateTime" pattern="yyyy-MM-dd HH:mm:ss"/>
+ </tstamp>
+ <echo message=" - Release-revision : ${releasePath}-r${info.entry.commit(revision)}, ${uiLabelMap.CommonBuiltOn} ${dateTime}" file="runtime/svninfo.ftl"/>
<delete file="runtime/svninfo_tmp.xml"/>
<echo message="Done!"/>
</target>
Modified: ofbiz/branches/release12.04/framework/common/config/CommonUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/config/CommonUiLabels.xml?rev=1627931&r1=1627930&r2=1627931&view=diff==============================================================================
--- ofbiz/branches/release12.04/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/branches/release12.04/framework/common/config/CommonUiLabels.xml Sat Sep 27 07:43:38 2014
@@ -1128,6 +1128,10 @@
<value xml:lang="zh_CN">让å©</value>
<value xml:lang="zh_TW">åå ±</value>
</property>
+ <property key="CommonBuiltOn">
+ <value xml:lang="en">built on</value>
+ <value xml:lang="fr">compilée le</value>
+ </property>
<property key="CommonBut">
<value xml:lang="ar">Ø¥ÙØ§</value>
<value xml:lang="de">aber</value>