[Title] Modify tizen configuration directory (.TizenSDK => tizen-sdk-data)
authorTaeyoung Son <taeyoung2.son@samsung.com>
Mon, 23 Jul 2012 04:31:31 +0000 (13:31 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Mon, 23 Jul 2012 04:31:31 +0000 (13:31 +0900)
Change-Id: I3c789596314cd09685ff21272c69c646808dfbb0

org.tizen.base.feature/IDE.bat
org.tizen.base.feature/rootfiles_for_linux/startup.sh
org.tizen.base.feature/rootfiles_for_mac/startup.sh
org.tizen.base.feature/rootfiles_for_windows/IDE.exe

index 18a13ee..82744d8 100644 (file)
@@ -2,7 +2,7 @@
 
 :: delims is a TAB followed by a space         
 set key=TIZEN_SDK_INSTALLED_PATH
-for /f "tokens=1,2 delims==" %%i in (%localappdata%\.TizenSDK\tizensdkpath) do @if %%i==%key% (set sdk_path=%%j)
+for /f "tokens=1,2 delims==" %%i in (%localappdata%\tizen-sdk-data\tizensdkpath) do @if %%i==%key% (set sdk_path=%%j)
 set ide_path=%sdk_path%\IDE
 set tools_path=%ide_path%\resources\tools
 cd %ide_path%
@@ -14,4 +14,4 @@ IF EXIST %tools_path%\UpdateAlram.jar (
 set Path=%sdk_path%\MinGW\bin;%sdk_path%\MinGW\msys\1.0\bin;%Path%
 
 cd %ide_path%
-eclipse.exe
\ No newline at end of file
+eclipse.exe
index 840c008..71e69a0 100755 (executable)
@@ -2,7 +2,7 @@
 start_path=`pwd`
 
 IDE_PATH=`dirname $(readlink -f $0)`
-CONFIG_PATH="${HOME}/.TizenSDK/tizensdkpath"
+CONFIG_PATH="${HOME}/tizen-sdk-data/tizensdkpath"
 
 cd "${IDE_PATH}/.."
 TIZEN_SDK_INSTALL_PATH=`pwd`
index 2d0bb76..82b874b 100755 (executable)
@@ -7,7 +7,7 @@ else
     IDE_PATH=$PWD/$(dirname $0)
 fi
 
-CONFIG_PATH="${HOME}/.TizenSDK/tizensdkpath"
+CONFIG_PATH="${HOME}/tizen-sdk-data/tizensdkpath"
 
 cd "${IDE_PATH}/.."
 TIZEN_SDK_INSTALL_PATH=`pwd`
index 5e98534..2317101 100644 (file)
Binary files a/org.tizen.base.feature/rootfiles_for_windows/IDE.exe and b/org.tizen.base.feature/rootfiles_for_windows/IDE.exe differ