sdk/tools/cli.git
10 years agoCLI: support input suggetion for build-native options(--platform, --toolchain, -... 17/11817/1
hyunsik.noh [Tue, 5 Nov 2013 13:06:33 +0000 (22:06 +0900)]
CLI: support input suggetion for build-native options(--platform, --toolchain, --build-target)
Fix script to support input suggestion when user use --platform and --toolcahin, --build-target options.
Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
Change-Id: I8ca04caee22009d3ed17d30845478f604ccc4495

10 years agoCLI: add class path for using nativecommon-eplugin 45/11745/2
hyunsik.noh [Mon, 4 Nov 2013 10:03:39 +0000 (19:03 +0900)]
CLI: add class path for using nativecommon-eplugin
The scripts for auto completion and tizen main class need libswpaner.so.
So class-pathes and library path included on java command in scripts.
And log config path also added to make slf4j be silent when you see cli result.

Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
Change-Id: I1c931384c1012c08a7db5dbeecce549dca0e0d76

10 years ago[Title]Fix compile error 88/11588/1
Heongseok Heo [Wed, 30 Oct 2013 12:06:53 +0000 (21:06 +0900)]
[Title]Fix compile error
[Desc.]Due to changing 'targetPath' to 'workingDir' compile error
occurred. So fix it.

Change-Id: I01c2617611dfcda22aa7666c35fcfaabf4dd4687
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
10 years ago[Title] Fix conflict 84/11584/1
hyeongseok.heo [Wed, 30 Oct 2013 10:38:22 +0000 (19:38 +0900)]
[Title] Fix conflict
[Desc.] Fix conflict of variable name.
And modify variable in BuildNativeCLICommand.

Change-Id: Id2a9eba960e122ff9adcd09ddd79b7b286ca5ec8
Signed-off-by: hyeongseok.heo <hyeongseok.heo@samsung.com>
10 years ago[Title]Add buildWeb Module and modify related classes 83/11583/1
Heongseok Heo [Wed, 30 Oct 2013 10:29:19 +0000 (19:29 +0900)]
[Title]Add buildWeb Module and modify related classes
[Desc.]
Create BuildWebAppModule class for seperating build web module with CLI.
Add Test cases for build web.
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
Change-Id: Ia222632c3e7af577b5ccfa816c8c1508f775f753

10 years agoTitle: Add build-native for new cli 60/11560/2
hyunsik.noh [Wed, 30 Oct 2013 05:31:25 +0000 (14:31 +0900)]
Title: Add build-native for new cli

Change-Id: If17c10e6ca7ce66da501323384b5e7c4c68bc3f9
Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
10 years ago[Title] Add modules related to the creation of web project 25/11525/1
shingil.kang [Tue, 29 Oct 2013 08:48:20 +0000 (17:48 +0900)]
[Title] Add modules related to the creation of web project
[Desc.]
[Issue]

Change-Id: I41c816590a4f938a58d799442c6063448b74acf4
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years ago[Title]Upgrade version of arg4j from 2.0.24 to 2.0.25 07/11507/1
Heongseok Heo [Tue, 29 Oct 2013 06:24:27 +0000 (15:24 +0900)]
[Title]Upgrade version of arg4j from 2.0.24 to 2.0.25
[Desc.]The latest version of arg4j is released and at that version ,
some Option annotation(like hidden,dependends) is needed for developing
NCLI , so upgrade arg4j version.

But make sure that OptionDef#isMultiValued would not work because some
code related that option uses JDK 7 library(java.nio.file.Path). We have
intentionally deleted some classes on the arg4j 2.0.15.jar
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
Change-Id: I90155391f9b764e126735abfeae5046261d5e6d7

10 years agoMerge "[Title]Rename CLIConfig.java to Configuration.java [Desc.]Since CLIConfig...
Kangho Kim [Tue, 29 Oct 2013 05:51:40 +0000 (22:51 -0700)]
Merge "[Title]Rename CLIConfig.java to Configuration.java [Desc.]Since CLIConfig.java can be  confused with other classes like ConfigCLI etc. So changed the class name to clarify the meaning of class. " into ncli

10 years ago[Title]Fix script to make symbolic link file and wrong relative path 69/11469/3
hyunsik.noh [Mon, 28 Oct 2013 10:38:30 +0000 (19:38 +0900)]
[Title]Fix script to make symbolic link file and wrong relative path
Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
Change-Id: I28aabd4cb139588ea6d91298c43391dad36bbb11
Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
10 years ago[Title]Rename CLIConfig.java to Configuration.java 54/11354/1
Heongseok Heo [Thu, 24 Oct 2013 12:24:41 +0000 (21:24 +0900)]
[Title]Rename CLIConfig.java to Configuration.java
[Desc.]Since CLIConfig.java can be
confused with other classes like ConfigCLI etc. So changed the class
name to clarify the meaning of class.

Change-Id: I23e86f01e0b257faeb4dc68f3281129256607026
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
10 years ago[Title] Refining ConfigCLICommandTest for supporting out-of-container 62/11262/1
Heongseok Heo [Wed, 23 Oct 2013 08:44:52 +0000 (17:44 +0900)]
[Title] Refining ConfigCLICommandTest for supporting out-of-container
test
[Desc.]
1.Seperated ConfigCLICommandTest and ConfigCLICommandListTest
2.Remove using local test file in ConfigCLICommandTest
[Issue]

Change-Id: I8e2622a90785d37ae90638d6e0fe386f3b4a8a13
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
10 years ago[Title]Add tizen.sh and fix to add required libraries. 40/11240/1
hyunsik.noh [Wed, 23 Oct 2013 05:09:58 +0000 (14:09 +0900)]
[Title]Add tizen.sh and fix to add required libraries.

Change-Id: Id2894ec7973f3c29c12e68dbad98231b5f663119

10 years ago[Title]Add files to make new-cli pacakge 42/11142/1
hyunsik.noh [Mon, 21 Oct 2013 08:23:08 +0000 (17:23 +0900)]
[Title]Add files to make new-cli pacakge

Change-Id: I5c61beffce04994911f3271c3efb0a1c6036a527

10 years ago[Title]rename script file 14/10714/1
hyunsik.noh [Thu, 10 Oct 2013 07:06:53 +0000 (16:06 +0900)]
[Title]rename script file

10 years agoMerge "[Title] Add test for cli-config , start to implement build-web [Desc.] 1.Add...
hyeongseok.heo [Tue, 8 Oct 2013 15:00:59 +0000 (08:00 -0700)]
Merge "[Title] Add test for cli-config , start to implement build-web [Desc.] 1.Add test for cli-config setting. 2.Split test resources , add test project resources 3.Start to implement build-web 4.refactoring package name." into ncli

10 years agoMerge "working on write config test" into ncli
Heongseok Heo [Tue, 8 Oct 2013 15:00:16 +0000 (08:00 -0700)]
Merge "working on write config test" into ncli

10 years agoMerge "[Title] Modify config list [Desc.] [Issue]" into ncli
hyeongseok.heo [Tue, 8 Oct 2013 14:59:40 +0000 (07:59 -0700)]
Merge "[Title] Modify config list [Desc.] [Issue]" into ncli

10 years agoMerge "[Title] add core project [Desc.] [Issue]" into ncli
Heongseok Heo [Tue, 8 Oct 2013 14:58:57 +0000 (07:58 -0700)]
Merge "[Title] add core project [Desc.] [Issue]" into ncli

10 years ago[Title] Add test for cli-config , start to implement build-web 72/10672/1
hyeongseok.heo [Tue, 8 Oct 2013 14:54:18 +0000 (23:54 +0900)]
[Title] Add test for cli-config , start to implement build-web
[Desc.]
1.Add test for cli-config setting.
2.Split test resources , add test project resources
3.Start to implement build-web
4.refactoring package name.

Change-Id: I13d0f1ad24dd20108134693f11e8cc339017852c
Signed-off-by: hyeongseok.heo <hyeongseok.heo@samsung.com>
10 years ago[Title]bashscript for auto completion 58/10658/1
hyunsik.noh [Tue, 8 Oct 2013 09:07:57 +0000 (18:07 +0900)]
[Title]bashscript for auto completion

10 years ago[Title]java to make candidate string for cli autocompletion 23/10623/1
hyunsik.noh [Tue, 8 Oct 2013 05:19:23 +0000 (14:19 +0900)]
[Title]java to make candidate string for cli autocompletion
[Module]cli

10 years agoworking on write config test 69/10669/1
Heongseok Heo [Fri, 4 Oct 2013 11:09:34 +0000 (20:09 +0900)]
working on write config test

10 years ago[Title] Modify config list 71/10671/1
hyeongseok.heo [Thu, 3 Oct 2013 15:00:34 +0000 (00:00 +0900)]
[Title] Modify config list
[Desc.]
[Issue]

Change-Id: I70dd8d4a7de3c841e9067c471910c72a43f0337d
Signed-off-by: hyeongseok.heo <hyeongseok.heo@samsung.com>
10 years ago[Title] add core project 70/10670/1
Heongseok Heo [Wed, 2 Oct 2013 12:04:05 +0000 (21:04 +0900)]
[Title] add core project
[Desc.]
[Issue]

Change-Id: I7416098aa9bdf825218bdcc976929bdddb49a22d
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
10 years ago[Title] initiate New CLI dev.
Heongseok Heo [Wed, 2 Oct 2013 06:07:21 +0000 (15:07 +0900)]
[Title] initiate New CLI dev.
[Desc.]
[Issue]

Change-Id: I98a9100c462e956ebaeb37ba2ca6ac41e9425cd7
Signed-off-by: Heongseok Heo <hyeongseok.heo@samsung.com>
10 years agoChanged package version "2.1.40".
Kangho Kim [Mon, 23 Sep 2013 06:28:06 +0000 (15:28 +0900)]
Changed package version "2.1.40".

Build url : http://172.21.111.252/jenkins/job/package_version_up/734/

10 years agoMerge "[Title] cli: improved back button process [Desc.] [Issue] N_SE-51752" into...
kh5325.kim [Mon, 16 Sep 2013 07:48:40 +0000 (16:48 +0900)]
Merge "[Title] cli: improved back button process [Desc.] [Issue] N_SE-51752" into develop

10 years agopackage version up (2.1.39)
kh5325.kim [Sat, 14 Sep 2013 04:38:35 +0000 (13:38 +0900)]
package version up (2.1.39)

Change-Id: If2f1cf8f454e4a30e4dfcdfd51497d8a2ec962f1

10 years ago[Title] Support library (directory type)
Taeyoung Son [Fri, 13 Sep 2013 14:17:30 +0000 (23:17 +0900)]
[Title] Support library (directory type)
[Desc.]
[Issue]

Change-Id: Ie9c88d31cddf4dc41fbd05b2fe11dd99f29492ab

10 years agoChanged package version "2.1.38".
Kangho Kim [Fri, 13 Sep 2013 11:55:15 +0000 (20:55 +0900)]
Changed package version "2.1.38".

Build url : http://172.21.111.252/jenkins/job/package_version_up/722/

10 years ago[Title] Support library (directory type)
Taeyoung Son [Fri, 13 Sep 2013 10:54:46 +0000 (19:54 +0900)]
[Title] Support library (directory type)
[Desc.]
[Issue]

Change-Id: I881cfb2dca956a008bf973dfd5e86a5cf6fcb1fc

10 years ago[Title] cli: improved back button process
Jihoon Song [Fri, 13 Sep 2013 07:06:02 +0000 (16:06 +0900)]
[Title] cli: improved back button process
[Desc.]
[Issue] N_SE-51752

Change-Id: Idc05c12f40bea129dc1edf5a4da14c355a5ab9f7

10 years agoFixed native_install() to work stand-alone
kh5325.kim [Tue, 10 Sep 2013 10:22:51 +0000 (19:22 +0900)]
Fixed native_install() to work stand-alone

Change-Id: Icafa0fd114e76762404a73430ae8d4bff083ad80

10 years ago[Title] IDE cannot genarate .tpk file when user installed native-development without...
Gun Kim [Fri, 6 Sep 2013 03:38:59 +0000 (12:38 +0900)]
[Title] IDE cannot genarate .tpk file when user installed native-development without web-development. fixed it
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I2e4c77a4f7d18aa206b8d70f331aad9899cb3f77

10 years agopackage version up (2.1.35)
kh5325.kim [Thu, 5 Sep 2013 10:56:07 +0000 (19:56 +0900)]
package version up (2.1.35)

10 years agopackage version up (2.1.34)
kh5325.kim [Sat, 31 Aug 2013 02:43:25 +0000 (11:43 +0900)]
package version up (2.1.34)

10 years ago[Title] Fixed out of memory problem
Taeyoung Son [Tue, 27 Aug 2013 12:41:14 +0000 (21:41 +0900)]
[Title] Fixed out of memory problem
            - do not read all resources to memory
[Desc.]
[Issue]

Change-Id: I5200ef2a10a0d4495c80b07f90ab90bab84a7312

10 years ago[Title] cli: added a screen size feature for web templates
Jihoon Song [Fri, 23 Aug 2013 11:08:39 +0000 (20:08 +0900)]
[Title] cli: added a screen size feature for web templates
[Desc.]
[Issue]

Change-Id: I9a4211e9f0abc111a292bd86633449a99c43a06c

10 years agoFixed to init inputCmd variable
kh5325.kim [Thu, 22 Aug 2013 01:40:56 +0000 (10:40 +0900)]
Fixed to init inputCmd variable

10 years agopackage version up (2.1.33), Removed 'web-ui-fw' install-dependency
kh5325.kim [Tue, 20 Aug 2013 02:06:28 +0000 (11:06 +0900)]
package version up (2.1.33), Removed 'web-ui-fw' install-dependency

10 years ago[Title] cli: fixed the scrollable problem of jqm templates
Jihoon Song [Tue, 6 Aug 2013 10:29:59 +0000 (19:29 +0900)]
[Title] cli: fixed the scrollable problem of jqm templates
[Desc.]
[Issue] N_SE-48323

Change-Id: Ic4e0bccb9acc22fba8109ba9ffed97ca8ad2c2de

10 years ago[Title] cli: updated jQuery mobile 1.3.2
Jihoon Song [Fri, 2 Aug 2013 09:23:41 +0000 (18:23 +0900)]
[Title] cli: updated jQuery mobile 1.3.2
[Desc.]
[Issue] #10084

Change-Id: I4ddce365e47b4cfa4f84563b31d63dfd65bfb07a

11 years agopackage version up (2.1.32)
kh5325.kim [Mon, 29 Jul 2013 01:26:30 +0000 (10:26 +0900)]
package version up (2.1.32)

11 years agopackage version up (2.1.31)
kh5325.kim [Fri, 26 Jul 2013 12:38:59 +0000 (21:38 +0900)]
package version up (2.1.31)

11 years agoModified help messages
kh5325.kim [Fri, 26 Jul 2013 12:32:56 +0000 (21:32 +0900)]
Modified help messages

11 years agopackage version up (2.1.30)
kh5325.kim [Fri, 26 Jul 2013 02:33:35 +0000 (11:33 +0900)]
package version up (2.1.30)

11 years agoRemoved unused dll check
kh5325.kim [Fri, 26 Jul 2013 02:18:31 +0000 (11:18 +0900)]
Removed unused dll check

11 years ago[Title] cli: updated default & sample profile.xml
Jihoon Song [Tue, 23 Jul 2013 05:50:56 +0000 (14:50 +0900)]
[Title] cli: updated default & sample profile.xml
[Desc.]
[Issue]

Change-Id: I21351657da32f1f4469c1d2c76ba960b2b78c9d0

11 years agopackage version up (2.1.29)
kh5325.kim [Mon, 22 Jul 2013 13:58:27 +0000 (22:58 +0900)]
package version up (2.1.29)

11 years agoCheck directory by absolute path
kh5325.kim [Mon, 22 Jul 2013 13:30:49 +0000 (22:30 +0900)]
Check directory by absolute path

11 years ago[Title] cli: fixed a scalable problem for web ui fw
Jihoon Song [Tue, 16 Jul 2013 07:31:38 +0000 (16:31 +0900)]
[Title] cli: fixed a scalable problem for web ui fw
[Desc.]
[Issue]

Change-Id: Ife592a19de19145e447a8468371ae756849026d5

11 years agoChanged package version "2.1.28".
Kangho Kim [Fri, 12 Jul 2013 10:53:50 +0000 (19:53 +0900)]
Changed package version "2.1.28".

Build url : http://172.21.111.252/jenkins/job/package_version_up/675/

11 years ago[Title] cli: updated the tizen web ui fw library policy
Jihoon Song [Thu, 11 Jul 2013 08:11:38 +0000 (17:11 +0900)]
[Title] cli: updated the tizen web ui fw library policy
[Desc.]
[Issue]

Change-Id: Ib0ba9a4cd7d34a1c584feee86c79d7ccb1f09786

11 years agoMerge "[Title] create symbolic link in Mac OS [Desc.] [Issue]" into develop
Hyeongseok Heo [Wed, 3 Jul 2013 06:36:34 +0000 (15:36 +0900)]
Merge "[Title] create symbolic link in Mac OS [Desc.] [Issue]" into develop

11 years agoMerge "[Title] Fixed bug about webtizen [Desc.] [Issue]" into develop
Hyeongseok Heo [Wed, 3 Jul 2013 06:34:32 +0000 (15:34 +0900)]
Merge "[Title] Fixed bug about webtizen [Desc.] [Issue]" into develop

11 years ago[Title] remove unnecessary process in web-install
Taeyoung Son [Mon, 1 Jul 2013 09:19:00 +0000 (18:19 +0900)]
[Title] remove unnecessary process in web-install
            - setting developer mode option is removed
[Desc.]
[Issue]

Change-Id: I8f7fe8593ba82f9c17e34e2d0b57f2a3b9fb2829

11 years agoMerge "[Title] cli: fixed NPE for profile converting [Desc.] [Issue]" into develop
Jihoon Song [Mon, 1 Jul 2013 07:20:10 +0000 (16:20 +0900)]
Merge "[Title] cli: fixed NPE for profile converting [Desc.] [Issue]" into develop

11 years ago[Title] cli: fixed NPE for profile converting
Jihoon Song [Mon, 1 Jul 2013 07:13:42 +0000 (16:13 +0900)]
[Title] cli: fixed NPE for profile converting
[Desc.]
[Issue]

Change-Id: I8da7146c18478006490962ad22c9664877f553fe

11 years ago[Title] create symbolic link in Mac OS
Taeyoung Son [Mon, 1 Jul 2013 05:28:09 +0000 (14:28 +0900)]
[Title] create symbolic link in Mac OS
[Desc.]
[Issue]

Change-Id: I61ec67888e2c81115964a38cb2cc7f43aec08abe

11 years ago[Title] Fixed bug about webtizen
Taeyoung Son [Mon, 1 Jul 2013 02:40:44 +0000 (11:40 +0900)]
[Title] Fixed bug about webtizen
[Desc.]
[Issue]

Change-Id: I64ae965c1463beb0c1f7d9d74382f4118c6bd59b

11 years agoChanged package version "2.1.27".
Kangho Kim [Sat, 29 Jun 2013 10:22:51 +0000 (19:22 +0900)]
Changed package version "2.1.27".

Build url : http://172.21.111.252/jenkins/job/package_version_up/636/

11 years ago[Title] Fixed tizenhwkey handler
changhyun1.lee [Sat, 29 Jun 2013 10:03:32 +0000 (19:03 +0900)]
[Title] Fixed tizenhwkey handler
[Desc.]
[Issue] N_SE-43910

Change-Id: Iec2b27e65b6b57b4a5144027b0f48b8a4d7190bb

11 years agoChanged package version "2.1.26".
Kangho Kim [Thu, 27 Jun 2013 07:09:57 +0000 (16:09 +0900)]
Changed package version "2.1.26".

Build url : http://172.21.111.252/jenkins/job/package_version_up/620/

11 years ago[Title] cli: removed a certificate generator library
Jihoon Song [Thu, 27 Jun 2013 06:57:40 +0000 (15:57 +0900)]
[Title] cli: removed a certificate generator library
[Desc.]
[Issue]

Change-Id: If453f3b5d199ce1355c452ab0f77889ff9acd95b

11 years agoModified help messages
kh5325.kim [Wed, 26 Jun 2013 02:50:26 +0000 (11:50 +0900)]
Modified help messages

11 years agoMerge "[Title] Version up [Desc.] [Issue]" into develop
Bonyong.Lee [Tue, 25 Jun 2013 23:40:32 +0000 (08:40 +0900)]
Merge "[Title] Version up [Desc.] [Issue]" into develop

11 years agoMerge "[Title] Fixed bug in install/uninstall command. - Even install...
kh5325.kim [Mon, 24 Jun 2013 10:30:32 +0000 (19:30 +0900)]
Merge "[Title] Fixed bug in install/uninstall command.             - Even install/uninstall failed, it always return 0. [Desc.] [Issue]" into develop

11 years ago[Title] Version up
gyeongseok.seo [Mon, 24 Jun 2013 10:29:11 +0000 (19:29 +0900)]
[Title] Version up
[Desc.]
[Issue]

Change-Id: Icc77c4f81bed9e77ffce6dbb5b4380d1bcf01220

11 years ago[Title] Fixed bug in install/uninstall command.
Taeyoung Son [Mon, 24 Jun 2013 10:27:11 +0000 (19:27 +0900)]
[Title] Fixed bug in install/uninstall command.
            - Even install/uninstall failed, it always return 0.
[Desc.]
[Issue]

Change-Id: I7c28dd13a2e7b8f393a1f1c7b11a9063d124e38e

11 years agoMerge "[Title] cli: show loaded items for sign [Desc.] [Issue]" into develop
Jihoon Song [Mon, 24 Jun 2013 10:24:50 +0000 (19:24 +0900)]
Merge "[Title] cli: show loaded items for sign [Desc.] [Issue]" into develop

11 years ago[Title] cli: show loaded items for sign
Jihoon Song [Mon, 24 Jun 2013 10:34:58 +0000 (19:34 +0900)]
[Title] cli: show loaded items for sign
[Desc.]
[Issue]

Change-Id: I8e84a41914984373df50f53c38db600118c77140

11 years ago[Title] Remove unused command, 'web-compliance'
gyeongseok.seo [Mon, 24 Jun 2013 10:23:29 +0000 (19:23 +0900)]
[Title] Remove unused command, 'web-compliance'
[Desc.] stop supporting
[Issue]

Change-Id: If1b1a84ba36f7c035f0ae9c0a9b7175e2f170b88

11 years agoChanged package version "2.1.24".
Kangho Kim [Mon, 24 Jun 2013 09:57:53 +0000 (18:57 +0900)]
Changed package version "2.1.24".

Build url : http://172.21.111.252/jenkins/job/package_version_up/606/

11 years ago[Title] cli: fixed read/write handling for sign
Jihoon Song [Mon, 24 Jun 2013 09:56:27 +0000 (18:56 +0900)]
[Title] cli: fixed read/write handling for sign
[Desc.]
[Issue]

Change-Id: Ied857ca06ce09c17c1badd6de096dd299514cb65

11 years agoChanged package version "2.1.23".
Kangho Kim [Mon, 24 Jun 2013 08:59:51 +0000 (17:59 +0900)]
Changed package version "2.1.23".

Build url : http://172.21.111.252/jenkins/job/package_version_up/605/

11 years ago[Title] fixed some bugs
Jihoon Song [Mon, 24 Jun 2013 08:57:43 +0000 (17:57 +0900)]
[Title] fixed some bugs
[Desc.]
[Issue]

Change-Id: I58d687ae3f81c6664700d3979102dc3904904bb9

11 years ago[Title] cli: support old profiles conversion
Jihoon Song [Mon, 24 Jun 2013 07:17:05 +0000 (16:17 +0900)]
[Title] cli: support old profiles conversion
[Desc.]
[Issue]

Change-Id: Ic5e03ccb88ef6acad74e16accbaec6f6698f6142

11 years agoMerge "[Title] Add option (-eufm, --exclude-uifw-min) [Desc.] [Issue]" into develop
Bonyong.Lee [Mon, 24 Jun 2013 06:48:25 +0000 (15:48 +0900)]
Merge "[Title] Add option (-eufm, --exclude-uifw-min) [Desc.] [Issue]" into develop

11 years agopackage version up (2.1.22)
kh5325.kim [Mon, 24 Jun 2013 06:43:22 +0000 (15:43 +0900)]
package version up (2.1.22)

11 years ago[Title] Add option (-eufm, --exclude-uifw-min)
Taeyoung Son [Fri, 14 Jun 2013 07:27:13 +0000 (16:27 +0900)]
[Title] Add option (-eufm, --exclude-uifw-min)
[Desc.]
[Issue]

Change-Id: If36149172da7245ac8e346fe3f65435a82f84564

11 years ago[Title] cli: fixed a wrong string
Jihoon Song [Sun, 23 Jun 2013 12:22:21 +0000 (21:22 +0900)]
[Title] cli: fixed a wrong string
[Desc.]
[Issue]

Change-Id: I01f65190c4f5110b2c7874f2d92ca68f3ea202d3

11 years ago[Title] cli: sync the renewaled secure profile models
Jihoon Song [Sat, 22 Jun 2013 10:29:34 +0000 (19:29 +0900)]
[Title] cli: sync the renewaled secure profile models
[Desc.]
[Issue]

Change-Id: I9ee04363cd219bd13b82fbc4b721b65bc2f3fe1e

11 years agoUse NewAppXmlStore#setManifestFile
kh5325.kim [Fri, 21 Jun 2013 08:34:41 +0000 (17:34 +0900)]
Use NewAppXmlStore#setManifestFile

11 years agoRollbacked previous change
kh5325.kim [Fri, 21 Jun 2013 07:47:08 +0000 (16:47 +0900)]
Rollbacked previous change

11 years agopackage version up (2.1.21), Removed loadXML() in using NewAppXmlStore
kh5325.kim [Fri, 21 Jun 2013 05:57:28 +0000 (14:57 +0900)]
package version up (2.1.21), Removed loadXML() in using NewAppXmlStore

11 years ago[Title] fix binary name to project name in manifest.xml in native-packaging
ho.namkoong [Sun, 16 Jun 2013 09:16:03 +0000 (18:16 +0900)]
[Title] fix binary name to project name in manifest.xml in native-packaging
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#] 9669
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ie4bc6ec1884430f2f1bccdce5d15138dd7112b64

11 years ago[Title] fixed sonar critical serverities
Jihoon Song [Fri, 14 Jun 2013 08:04:51 +0000 (17:04 +0900)]
[Title] fixed sonar critical serverities
[Desc.]
[Issue]

Change-Id: Icb16acacf9280a45f0cc6c72144592fd168948f9

11 years agoMerge "[Title] Fixed sonar error [Desc.] [Issue]" into develop
Bonyong.Lee [Fri, 14 Jun 2013 04:57:42 +0000 (13:57 +0900)]
Merge "[Title] Fixed sonar error [Desc.] [Issue]" into develop

11 years ago[Title] Fixed sonar error
gyeongseok.seo [Fri, 14 Jun 2013 00:54:09 +0000 (09:54 +0900)]
[Title] Fixed sonar error
[Desc.]
[Issue]

Change-Id: I182c2b7cc1bbfd768a530e1629f535ab861b9885

11 years ago[Title] cli: removed exclude & include options for web signing & packaging
Jihoon Song [Thu, 13 Jun 2013 07:57:59 +0000 (16:57 +0900)]
[Title] cli: removed exclude & include options for web signing & packaging
[Desc.]
[Issue] TDIS-6040

Change-Id: I06c2b89dabdeb94f15bccc91eedd2f0a4a8f3132

11 years agopackage version up (2.1.20)
kh5325.kim [Thu, 13 Jun 2013 07:50:26 +0000 (16:50 +0900)]
package version up (2.1.20)

11 years agopackage version up (2.1.19)
kh5325.kim [Thu, 13 Jun 2013 06:03:35 +0000 (15:03 +0900)]
package version up (2.1.19)

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

Change-Id: I64e0886654a1053c380f1563e49f8183c6bcd2c7

11 years ago[Title] applied platform version's change to native-cli's usage.
Gun Kim [Thu, 13 Jun 2013 02:35:21 +0000 (11:35 +0900)]
[Title] applied platform version's change to native-cli's usage.
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: If7d8b4b0082b798e5b5296311072635d8ef337ee

11 years agoMerge "[Title] cli: fixed a filter problem [Desc.] [Issue]" into develop
Bonyong.Lee [Thu, 13 Jun 2013 01:22:36 +0000 (10:22 +0900)]
Merge "[Title] cli: fixed a filter problem [Desc.] [Issue]" into develop

11 years agoMerge "[Title] Fixed cli's batch file, Installer no more using window regestry [Desc...
Bonyong.Lee [Thu, 13 Jun 2013 01:21:02 +0000 (10:21 +0900)]
Merge "[Title] Fixed cli's batch file, Installer no more using window regestry [Desc.] [Issue]" into develop

11 years ago[Title] Fixed arguments, sdb push method
gyeongseok.seo [Wed, 12 Jun 2013 07:41:38 +0000 (16:41 +0900)]
[Title] Fixed arguments, sdb push method
[Desc.] dist's file name not needed
[Issue]

Change-Id: Icd09b044e8086c9d0605aba3c06532d05c56342a

11 years ago[Title] Fixed SDB first start wait logic
gyeongseok.seo [Wed, 12 Jun 2013 06:53:05 +0000 (15:53 +0900)]
[Title] Fixed SDB first start wait logic
[Desc.]
[Issue]

Change-Id: Ifa65f1bdbb872c4eb26db627006c24737f1d26e6

11 years ago[Title] Fixed cli's batch file, Installer no more using window regestry
gyeongseok.seo [Wed, 12 Jun 2013 03:59:18 +0000 (12:59 +0900)]
[Title] Fixed cli's batch file, Installer no more using window regestry
[Desc.]
[Issue]

Change-Id: Id617e426c88f4f82e6f88c588693573b65139394