Change-Id: I9086a7dc8d7a03825183b43d2bf3c5b76ff801e1
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
+* 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
-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>