From: kh5325.kim Date: Mon, 10 Jun 2013 04:39:11 +0000 (+0900) Subject: package version up (2.1.7), Removed tizensdkpath modification logic in startup.shwq X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdcefb9d7a003e367eb474ae1776b2f27454065f;p=sdk%2Fide%2Fproduct.git package version up (2.1.7), Removed tizensdkpath modification logic in startup.shwq --- 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