MISC: pkg version up 2.1.62 for web-cli 46/18446/1
authorJihoon Song <jihoon80.song@samsung.com>
Mon, 24 Mar 2014 08:18:05 +0000 (17:18 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Mon, 24 Mar 2014 08:18:05 +0000 (17:18 +0900)
Change-Id: I13c58fcf46051810fb192fc4b291fc3d5f677777
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
build.xml
package/build.linux
package/changelog
package/pkginfo.manifest

index 68888e4..e6b09fb 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -18,7 +18,7 @@
        <target name="dist">
                <echo>============= Tizen CLI build Start ==================</echo>
                <antcall target="legacy-cli"/>
-               <antcall target="new-cli"/>
+               <!--antcall target="new-cli"/-->
                <echo>============= Tizen CLI build End ==================</echo>
        </target>
 
@@ -35,7 +35,7 @@
                        <classpath>
                                <dirset dir="${lib}" />
                                <fileset dir="${lib}" />
-                               <fileset dir="${nativelib}" />
+                               <!--fileset dir="${nativelib}" /-->
                        </classpath>
                </javac>
                <mkdir dir="${dist}" />
index b328189..0c07736 100755 (executable)
@@ -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() {
index 7d63020..5d3a711 100644 (file)
@@ -1,3 +1,6 @@
+* 2.1.62
+- Fixed project creation problem
+== jihoon80.song <jihoon80.song@samsung.com> 2014-03-24
 * 2.1.61
 - Fixed bug in web-gen cli
 == taeyoung2.son <taeyoung2.son@samsung.com> 2014-03-24
index 2ee457e..9a24e19 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.1.61
+Version:2.1.62
 Maintainer: Bon-Yong Lee<bonyong.lee@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>
 
 Package: web-cli