CLI: removed '-ref' option 22/13922/1
authorshingil.kang <shingil.kang@samsung.com>
Wed, 18 Dec 2013 12:09:56 +0000 (21:09 +0900)
committershingil.kang <shingil.kang@samsung.com>
Wed, 18 Dec 2013 12:12:25 +0000 (21:12 +0900)
will support -ref (--ref-project) option later.

Change-Id: Iab5c773f2a3f9ce1a7c116fe4352f5a44b3c48a1
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
org.tizen.ncli.ide/src/org/tizen/ncli/ide/autocomplete/TizenAutoComplete.java

index b186788..8152cda 100644 (file)
@@ -45,7 +45,8 @@ public class TizenAutoComplete {
         { "build-native", "--arch --compiler --configuration" },
         { "build-web", "--output -opt --optimize -euf --exclude-uifw -efum --exclude-uifw-min" },
         { "sign", "--profile" },
-        { "package", "--type --sign -ref --ref-project" },
+        //{ "package", "--type --sign -ref --ref-project" },
+        { "package", "--type --sign" },
         { "install", "--target -n --name" },
         { "uninstall", "--target --pkgId" },
         { "run", "--target --pkgId"},