[Title] fix missing git version problem in about dialog
authorSon Hyunjun <hj79.son@samsung.com>
Tue, 27 Mar 2012 11:06:04 +0000 (20:06 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Tue, 27 Mar 2012 11:06:04 +0000 (20:06 +0900)
[Type] Bugfix
[Module]
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: Ic13c1ce12addfaeead5d122c377a4b8079371fdc

tizen/src/skin/client/build.xml

index b507a59d439cc80f715afedc31245d55e1658d73..71b52a02941a90c00942f052acd7090c1d598829 100644 (file)
                <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}" />