MISC: Removed org.tizen.web.sign plugin dependency 42/19642/1
authorJihoon Song <jihoon80.song@samsung.com>
Thu, 17 Apr 2014 02:19:56 +0000 (11:19 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Thu, 17 Apr 2014 02:19:56 +0000 (11:19 +0900)
Change-Id: I4c4982682e6c91dcbbb5808f150dff77f78e4f06
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
org.tizen.cli/META-INF/MANIFEST.MF
package/build.linux

index 11d303d..8c1d9ed 100755 (executable)
@@ -6,7 +6,6 @@ Bundle-Version: 1.0.0.qualifier
 Bundle-Vendor: %Bundle-Vendor
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.tizen.web.common,
- org.tizen.web.sign,
  org.tizen.web.project.wizard,
  org.tizen.common.sign,
  org.tizen.web.zimlaunch,
index f703abe..0501ed4 100755 (executable)
@@ -73,7 +73,6 @@ build()
     org.tizen.web.compressor.minifier.core_*
     org.tizen.web.zimlaunch_*
     org.tizen.web.project.wizard_*
-    org.tizen.web.sign_*
     "
 
     for SRC in ${INCLUDING_LIB_SRC_LIST}
@@ -249,15 +248,13 @@ new_common_cli_build() {
 new_web_cli_build() {
     mkdir -p ${NCLI_WEB_LIB}
 
-    SRC_LIST="
-    org.tizen.web.sign_*
-    "
+##    SRC_LIST=""
 
-    for SRC in ${SRC_LIST}
-    do
-        TARGET=`find $ROOTDIR -name "${SRC}" | head -1`
-       cp -r ${TARGET} ${NCLI_WEB_LIB}
-    done
+##    for SRC in ${SRC_LIST}
+##    do
+##        TARGET=`find $ROOTDIR -name "${SRC}" | head -1`
+##     cp -r ${TARGET} ${NCLI_WEB_LIB}
+##    done
 
     INCLUDING_LIB_SRC_LIST="
     org.tizen.web.builder_*