From e14336b7870ddcdde46376f453b6b6d35c8b50e3 Mon Sep 17 00:00:00 2001 From: Gihun Chang Date: Mon, 22 Aug 2016 18:35:31 +0900 Subject: [PATCH] Revert "PRODUCT: Change IDE.app name to TizenStudio.app" This reverts commit f3bfa8fcea17d579888e1a6763a04c6760558e3e. --- package/build.linux | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/package/build.linux b/package/build.linux index 79335dd..ecc80af 100644 --- a/package/build.linux +++ b/package/build.linux @@ -78,17 +78,17 @@ __clean_build_environment() __set_product_version() { echo "Set product's version (${product_version})" - + product_path="${SRCDIR}/${branding_path}/${branding_file}" cp ${product_path} ${product_path}.bkp - + sed -e "s;\(\);\1\"${product_version}\"\2;g" \ < ${product_path} > ${product_path}.mod mv ${product_path}.mod ${product_path} - + about_mapping_path="${SRCDIR}/org.tizen.dynamicanalyzer.workbench/about.mappings" cp ${about_mapping_path} ${about_mapping_path}.bkp - + about_version_parameter="1" about_build_time_parameter="2" sed -e "s;\(^${about_version_parameter}=\).*;\1${product_version};g" \ @@ -159,7 +159,7 @@ __prepare_eclipse() { if [ "${platform}" = "macos-64" ]; then reference_ide_path=${ROOTDIR}/${ide_package_name}/data/eclipse-pde/Eclipse.app/Contents/Eclipse - reference_ce_path=${ROOTDIR}/TizenStudio.app/Contents/Eclipse + reference_ce_path=${ROOTDIR}/IDE.app/Contents/Eclipse fi } @@ -262,7 +262,7 @@ packaging_plugins() { __clean_packaging_environment install_ide_path=${INSTALL_DIR}/${ide_root_path_name} - + if [ ! -d ${install_ide_path} ] then mkdir -p ${install_ide_path} @@ -350,7 +350,7 @@ clean() } # build -build() +build() { echo "=========================================BUILD============================================" pkgname_and_platform_list=`awk 'BEGIN{RS="\n\n"; FS="\n"} /Package:/{for(i=1;i