[Desc.]
[Issue]
Change-Id: I18f5db42b45b80c2abd66debe727ac01235b3c58
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