[Title] IDE cannot genarate .tpk file when user installed native-development without...
authorGun Kim <gune.kim@samsung.com>
Fri, 6 Sep 2013 03:38:59 +0000 (12:38 +0900)
committerGun Kim <gune.kim@samsung.com>
Fri, 6 Sep 2013 03:38:59 +0000 (12:38 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I2e4c77a4f7d18aa206b8d70f331aad9899cb3f77

package/build.linux
package/changelog
package/pkginfo.manifest

index 167366d..df7c6a2 100755 (executable)
@@ -46,7 +46,7 @@ native_build() {
     for SRC in ${INCLUDING_LIB_SRC_LIST}
     do
         TARGET=`find $ROOTDIR -name "${SRC}" | head -1`
-       cp ${TARGET} $LIB
+       cp ${TARGET} ${NATIVE_LIB}
         jar -xvf ${TARGET} lib
     done
 }
index 89c16b3..667472e 100644 (file)
@@ -1,3 +1,6 @@
+* 2.1.36
+- IDE cannot genarate .tpk file when user installed native-development without web-development. fixed it
+== gune.kim <gune.kim@samsung.com> 2013-09-06
 * 2.1.35
 - Fixed web-gen not to use built-in templates
 == kh5325.kim <kh5325.kim@samsung.com> 2013-09-05
index 016c7cb..3889c2d 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.1.35
+Version:2.1.36
 Maintainer: Bon-Yong Lee<bonyong.lee@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>
 
 Package: web-cli