Upload tizen_2.2 source
authorkh5325.kim <kh5325.kim@samsung.com>
Sun, 30 Jun 2013 05:30:27 +0000 (14:30 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Sun, 30 Jun 2013 05:30:27 +0000 (14:30 +0900)
Change-Id: I9086a7dc8d7a03825183b43d2bf3c5b76ff801e1

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

index 71f5668..4586101 100644 (file)
@@ -291,15 +291,29 @@ packaging_plugins()
     fi
 
     cp -rf ${build_result_path}/${archive_platform_name}.${windowing}.${architecture}/${package_name}/* ${install_ide_path}/
+
+    #for linux
     if [ -e ${install_ide_path}/startup.sh ]
     then
         chmod +x ${install_ide_path}/startup.sh
     fi
 
+    if [ -e ${install_ide_path}/launcher ]
+    then
+        rm -rf ${install_ide_path}/launcher
+    fi
+
+    #for mac
     if [ -d ${install_ide_path}/Eclipse.app ]
     then
         rm -rf ${install_ide_path}/Eclipse.app
     fi
+
+    #for windows
+    if [ -e ${install_ide_path}/launcher.exe ]
+    then
+        rm -rf ${install_ide_path}/launcher.exe
+    fi
 }
 
 # clean
index f42d9e3..806a440 100644 (file)
@@ -1,3 +1,6 @@
+* 2.2.1
+- Removed launcher.exe on package
+== kh5325.kim <kh5325.kim@samsung.com> 2013-06-29
 * 2.2.0
 - Bug fixed WTP HTML Editor is applied.
 == hyukmin0530.kwon <hyukmin0530.kwon@samsung.com> 2013-06-18 15:31
index 115f052..604b95c 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.2.0
+Version:2.2.1
 Source:product
 Maintainer:kangho kim <kh5325.kim@samsung.com>, yoonki park <yoonki.park@samsung.com>, hyunsik non <hyunsik.noh@samsung.com>, taeyoung son <taeyoung2.son@samsung.com>, gune Kim <gune.kim@samsung.com>, ho namkoong <ho.namkoong@samsung.com>, hyeongseok heo <hyeong-seok.heo@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>, jihoon song<jihoon80.song@samsung.com>, changhyun lee <changhyun1.lee@samsung.com>, Woongsik Choi <woongsik76.choi@samsung.com>, Hyukmin Kwon <hyukmin0530.kwon@samsung.com>, Wooyoung Cho <wooyoung1.cho@samsung.com>, Jaeheung Kim <jaeheung.kim@samsung.com>