[Type] Bugfix
[Module]
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
Change-Id: Ic13c1ce12addfaeead5d122c377a4b8079371fdc
<exec executable="cat" outputproperty="version">
<arg value="../../VERSION" />
</exec>
- <property name="build_git_commit" value="Not identified" />
<exec executable="git" outputproperty="build_git_commit" failifexecutionfails="false">
<arg value="rev-parse" />
<arg value="--short" />
<arg value="HEAD" />
</exec>
-
<propertyfile file="src/about.properties" comment="Auto-generated properties - DO NOT EDIT">
<entry key="version" value="${version}" />
<entry key="build_time" value="${build_time}" />