Author: jleroux
Date: Wed Nov 11 17:35:41 2015
New Revision: 1713900
URL:
http://svn.apache.org/viewvc?rev=1713900&view=revLog:
Good to know which Java version was used to compile, no?
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1713900&r1=1713899&r2=1713900&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Nov 11 17:35:41 2015
@@ -222,7 +222,7 @@ under the License.
<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"/>
+ <echo message=" - Release-revision : ${releasePath}-r${info.entry.commit(revision)}, ${uiLabelMap.CommonBuiltOn} ${dateTime} ${uiLabelMap.CommonWith} Java ${java.version}" file="runtime/svninfo.ftl"/>
<delete file="runtime/svninfo_tmp.xml"/>
<echo message="Done!"/>
</target>
@@ -249,7 +249,7 @@ under the License.
<format property="dateTime" pattern="yyyy-MM-dd HH:mm:ss"/>
</tstamp>
<echo message="Found Branch-revision: ${branch}-${revision}"/>
- <echo message=" - Branch-revision: ${branch}-${revision}, ${uiLabelMap.CommonBuiltOn} ${dateTime}" file="runtime/gitinfo.ftl"/>
+ <echo message=" - Branch-revision: ${branch}-${revision}, ${uiLabelMap.CommonBuiltOn} ${dateTime} ${uiLabelMap.CommonWith} Java ${java.version}" file="runtime/gitinfo.ftl"/>
<echo message="Done!"/>
</target>