From cdcefb9d7a003e367eb474ae1776b2f27454065f Mon Sep 17 00:00:00 2001 From: "kh5325.kim" Date: Mon, 10 Jun 2013 13:39:11 +0900 Subject: [PATCH] package version up (2.1.7), Removed tizensdkpath modification logic in startup.shwq --- org.tizen.base.feature/rootfiles_for_linux/startup.sh | 5 ----- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/org.tizen.base.feature/rootfiles_for_linux/startup.sh b/org.tizen.base.feature/rootfiles_for_linux/startup.sh index 77a0fd8..b2a1ef8 100755 --- a/org.tizen.base.feature/rootfiles_for_linux/startup.sh +++ b/org.tizen.base.feature/rootfiles_for_linux/startup.sh @@ -2,15 +2,10 @@ start_path=`pwd` IDE_PATH=`dirname $(readlink -f $0)` -CONFIG_PATH="${HOME}/tizen-sdk-data/tizensdkpath" cd "${IDE_PATH}/.." TIZEN_SDK_INSTALL_PATH=`pwd` -sed -e "s;\(^TIZEN_SDK_INSTALLED_PATH=\).*;\1${TIZEN_SDK_INSTALL_PATH};g" \ -< ${CONFIG_PATH} > ${CONFIG_PATH}.mod -mv ${CONFIG_PATH}.mod ${CONFIG_PATH} - export PATH=${PATH}:$TIZEN_SDK_INSTALL_PATH/tools/smart-build-interface/bin export no_proxy=$no_proxy,"127.0.0.1" diff --git a/package/changelog b/package/changelog index 48f5b08..6560b8d 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.1.7 +- Removed tizensdkpath modification logic in startup.sh +== kh5325.kim 2013-06-10 * 2.1.6 - Removed org.eclipse.mylyn.test_feature and org.eclipse.mylyn.trac_feature features == kh5325.kim 2013-05-27 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index dcd6151..9cf3562 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.1.6 +Version:2.1.7 Source:product Maintainer:kangho kim , yoonki park , hyunsik non , taeyoung son , gune Kim , ho namkoong , hyeongseok heo , gyeongseok seo , jihoon song, changhyun lee , Woongsik Choi , Hyukmin Kwon , Wooyoung Cho , Jaeheung Kim -- 2.7.4