[Title] change platform version in native-packaging help page
authorho.namkoong <ho.namkoong@samsung.com>
Thu, 13 Jun 2013 05:43:56 +0000 (14:43 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Thu, 13 Jun 2013 05:43:56 +0000 (14:43 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I64e0886654a1053c380f1563e49f8183c6bcd2c7

org.tizen.cli/src/org/tizen/cli/exec/pack/messages.properties

index 16be1fb..80db558 100644 (file)
@@ -7,8 +7,8 @@ NativeMain.DESC_DCA=Specify a distributor2 CA path
 NativeMain.DESC_DPK=Specify a distributor2 p12 file path
 NativeMain.DESC_DPW=Specify a distributor2 password
 NativeMain.DESC_DROOT=Specify a distributor2 root certificate path
-NativeMain.DESC_PLATFORM_NAME=Specify a platform name ("Tizen Device 2.1" | "Tizen Emulator 2.1")\nIf this option is not defined, the default value of platform name is set by using platform version and architecture
-NativeMain.DESC_PLATFORM_VERSION=Specify a platform version ("Tizen 2.1")\nIf this option is not defined, it uses a value of PLATFORM_VER in build_data file by default
+NativeMain.DESC_PLATFORM_NAME=Specify a platform name ("Tizen Device 2.2" | "Tizen Emulator 2.2")\nIf this option is not defined, the default value of platform name is set by using platform version and architecture
+NativeMain.DESC_PLATFORM_VERSION=Specify a platform version ("Tizen 2.2")\nIf this option is not defined, it uses a value of PLATFORM_VER in build_data file by default
 NativeMain.DESC_RP=Specify paths of referenced projects. Paths can be separated by ','.
 NativeMain.DESC_TOOLCHAIN=Specify a toolchain ("GCC-4.5" | "LLVM-3.1")\nIf this option is not defined, it uses a value of TOOLCHAIN in build_data file by default
 NativeMain.EXCEPTION_MANDATORY_MISSING=--{0} and --{1} are mandatory options.