From 532c3e6cdc04a433c38be86a94c73d1ba5268219 Mon Sep 17 00:00:00 2001 From: Jihoon Song Date: Mon, 24 Mar 2014 17:18:05 +0900 Subject: [PATCH] MISC: pkg version up 2.1.62 for web-cli Change-Id: I13c58fcf46051810fb192fc4b291fc3d5f677777 Signed-off-by: Jihoon Song --- build.xml | 4 ++-- package/build.linux | 24 ++++++++++++------------ package/changelog | 3 +++ package/pkginfo.manifest | 2 +- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/build.xml b/build.xml index 68888e4..e6b09fb 100644 --- a/build.xml +++ b/build.xml @@ -18,7 +18,7 @@ ============= Tizen CLI build Start ================== - + ============= Tizen CLI build End ================== @@ -35,7 +35,7 @@ - + diff --git a/package/build.linux b/package/build.linux index b328189..0c07736 100755 --- a/package/build.linux +++ b/package/build.linux @@ -95,19 +95,22 @@ build() cp -r $PROJECT_HOME/src/* $BUILD echo "native-cli build" - native_build +## native_build echo "common-newcli build" - new_common_cli_build +## new_common_cli_build echo "web-newcli build" - new_web_cli_build +## new_web_cli_build echo "native-newcli build" - new_native_cli_build +## new_native_cli_build echo "make new cli jar" - new_cli_jar_build +## new_cli_jar_build + + #build using ant + ant } native_build() { @@ -316,9 +319,6 @@ new_cli_jar_build() cp -r ${NCLI_COMMON_LIB}/*.* ${NCLI_LIB} cp -r ${NCLI_WEB_LIB}/*.jar ${NCLI_LIB} cp -r ${NCLI_NATIVE_LIB}/*.jar ${NCLI_LIB} - - #build using ant - ant } # install @@ -352,13 +352,13 @@ install() cp -r $LIB/* $TARGET/lib || true cp dist/*.jar $TARGET/lib || true echo "native-cli install" - native_install +## native_install echo "common-ncli install" - new_common_cli_install +## new_common_cli_install echo "web-ncli install" - new_web_cli_install +## new_web_cli_install echo "native-ncli install" - new_native_cli_install +## new_native_cli_install } native_install() { diff --git a/package/changelog b/package/changelog index 7d63020..5d3a711 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.1.62 +- Fixed project creation problem +== jihoon80.song 2014-03-24 * 2.1.61 - Fixed bug in web-gen cli == taeyoung2.son 2014-03-24 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 2ee457e..9a24e19 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.1.61 +Version:2.1.62 Maintainer: Bon-Yong Lee, gyeongseok seo Package: web-cli -- 2.7.4