From 2d727bbd65eb18899d052c21f930f10e5b40fa4a Mon Sep 17 00:00:00 2001 From: "ho.namkoong" Date: Thu, 13 Jun 2013 14:43:56 +0900 Subject: [PATCH] [Title] change platform version in native-packaging help page [Type] [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: I64e0886654a1053c380f1563e49f8183c6bcd2c7 --- org.tizen.cli/src/org/tizen/cli/exec/pack/messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.tizen.cli/src/org/tizen/cli/exec/pack/messages.properties b/org.tizen.cli/src/org/tizen/cli/exec/pack/messages.properties index 16be1fb..80db558 100644 --- a/org.tizen.cli/src/org/tizen/cli/exec/pack/messages.properties +++ b/org.tizen.cli/src/org/tizen/cli/exec/pack/messages.properties @@ -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. -- 2.7.4