[Title] Fixed build script and command excution mode (chmod +x)
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Fri, 13 Jul 2012 07:52:09 +0000 (16:52 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Fri, 13 Jul 2012 07:52:09 +0000 (16:52 +0900)
[Type] Bugfix
[Module] cli
[Priority] Minor
[Jira#]
[Redmine#] 5363
[Problem] build failed
[Cause] launch command jar not include
[Solution] add jar
[TestCase]

Change-Id: I9c086db09554f4a410b3a87e249db2fabbf16418

org.tizen.cli/doc/install/bin_/debug [changed mode: 0644->0755]
org.tizen.cli/doc/install/bin_/install [changed mode: 0644->0755]
org.tizen.cli/doc/install/bin_/run [changed mode: 0644->0755]
org.tizen.cli/doc/install/bin_/uninstall [changed mode: 0644->0755]
package/build.linux

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index e2be37d..707093a 100755 (executable)
@@ -28,6 +28,9 @@ build()
        SRC=`find $ROOTDIR -name "org.tizen.web.common_*"`
        cp $SRC $LIB
 
+    SRC=`find $ROOTDIR -name "org.tizen.web.launch_*"`
+       cp $SRC $LIB
+
        SRC=`find $ROOTDIR -name "org.tizen.web.sign_*"`
        cp $SRC $LIB
        jar -xvf $SRC lib