[Title] modify build script for build time
authorjihye kim <jihye1128.kim@samsung.com>
Wed, 5 Sep 2012 10:52:41 +0000 (19:52 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Wed, 5 Sep 2012 10:52:41 +0000 (19:52 +0900)
[Type] bug fix
[Module] emulator manager
[Priority] major
[Jira#]
[Redmine#]
[Problem] display wrong build time format
[Cause]
[Solution]
[TestCase]

build.xml
package/pkginfo.manifest

index a6e7d83..4bf2c10 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -19,7 +19,7 @@
        <target name="make-properties">
                <echo message="make properties..." />
                <tstamp>
-                       <format property="build_time" pattern="yyyyMMDD-hhmm" timezone="GMT" locale="en" />
+                       <format property="build_time" pattern="yyyyMMdd-HHmm" timezone="GMT+9" locale="en" />
                </tstamp>
         <exec executable="cat" outputproperty="version">
             <arg value="VERSION" />
index 9deebea..f58d05f 100644 (file)
@@ -1,5 +1,5 @@
 Source: emulator-manager
-Version: 1.3.35
+Version: 1.3.36
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 
 Package: emulator-manager