[Title] Modified word for 'linuxplatform'
authorchanghyun1.lee <changhyun1.lee@samsung.com>
Fri, 10 Feb 2012 07:59:12 +0000 (16:59 +0900)
committerchanghyun1.lee <changhyun1.lee@samsung.com>
Fri, 10 Feb 2012 07:59:12 +0000 (16:59 +0900)
[Type] Enhancement
[Module] org.tizen.common
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ice66663d74ee2846959179774e1f53303a54822e

org.tizen.common.feature/rootfiles_for_linux/startup.sh
org.tizen.common.platform/OSGI-INF/l10n/bundle.properties
org.tizen.common.platform/plugin_customization.ini
org.tizen.common/src/org/tizen/common/handler/Messages.java
org.tizen.common/src/org/tizen/common/handler/OpenFileHandler.java
org.tizen.common/src/org/tizen/common/handler/OpenPreferencesHandler.java
org.tizen.common/src/org/tizen/common/handler/SaveFileHandler.java
org.tizen.common/src/org/tizen/common/manager/Messages.java

index bbedfc1..cf881e3 100644 (file)
@@ -4,8 +4,8 @@ __cwd=`dirname $0`
 cd "$__cwd"
 __cwd=`pwd`
 
-slppath=`grep TIZEN_SDK_INSTALLED_PATH ${HOME}/.TizenSDK/tizensdkpath`
-TIZEN_SDK_INSTALL_PATH=`echo $slppath | cut -f2- -d"="`
+tizenpath=`grep TIZEN_SDK_INSTALLED_PATH ${HOME}/.TizenSDK/tizensdkpath`
+TIZEN_SDK_INSTALL_PATH=`echo $tizenpath | cut -f2- -d"="`
 
 export PATH=${PATH}:$TIZEN_SDK_INSTALL_PATH/SDK/build-system/bin
 export no_proxy=$no_proxy,"127.0.0.1"
index 19d9b1a..50b7070 100644 (file)
@@ -1,4 +1,4 @@
-#Properties file for org.linuxplatform.common.branding
+#Properties file for org.tizen.common.branding
 Bundle-Vendor = Samsung
 Bundle-Name = Tizen SDK 
 
index f5098dc..381cf3a 100644 (file)
@@ -5,7 +5,7 @@
 org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
 org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
 org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
-#org.eclipse.ui/defaultPerspectiveId=org.linuxplatform.perspective.SamsungSDKPerspective
+#org.eclipse.ui/defaultPerspectiveId=org.tizen.perspective.SamsungSDKPerspective
 #org.eclipse.ui/defaultPerspectiveId=org.tizen.nativeapp.perspective
 org.eclipse.ui/defaultPerspectiveId=org.tizen.web.ui.perspective.WACwidget
 
index 7e406e0..7cb9e48 100644 (file)
@@ -28,7 +28,7 @@ package org.tizen.common.handler;
 import org.eclipse.osgi.util.NLS;
 
 public class Messages extends NLS {
-       private static final String BUNDLE_NAME = "org.linuxplatform.common.handler.messages"; //$NON-NLS-1$
+       private static final String BUNDLE_NAME = "org.tizen.common.handler.messages"; //$NON-NLS-1$
        public static String ClearHandler_0;
        public static String OpenFileHandler_0;
        public static String OpenFileHandler_2;
index 09ff020..f97b3e0 100644 (file)
@@ -52,7 +52,7 @@ public class OpenFileHandler extends AbstractHandler {
        private StatusLineMessageManager statusLine;
        
        private final String title = Messages.OpenFileHandler_0;
-       private final String PARAMETER_ID = "org.linuxplatform.common.command.openFile.parameter"; //$NON-NLS-1$
+       private final String PARAMETER_ID = "org.tizen.common.command.openFile.parameter"; //$NON-NLS-1$
 
        public Object execute(ExecutionEvent event) throws ExecutionException {
 
index 2209a6e..32932b8 100644 (file)
@@ -37,7 +37,7 @@ import org.eclipse.ui.handlers.HandlerUtil;
 public class OpenPreferencesHandler extends AbstractHandler {
        private IViewPart part;
        private Shell shell;
-       private final String PARAMETER_ID = "org.linuxplatform.common.command.setting.parameter"; //$NON-NLS-1$
+       private final String PARAMETER_ID = "org.tizen.common.command.setting.parameter"; //$NON-NLS-1$
        
        public Object execute(ExecutionEvent event) throws ExecutionException {
 
index f1afa7e..c703e30 100644 (file)
@@ -53,7 +53,7 @@ public class SaveFileHandler extends AbstractHandler {
        private StatusLineMessageManager statusLine;
        
        private final String title = Messages.SaveFileHandler_0;
-       private final String PARAMETER_ID = "org.linuxplatform.common.command.saveFile.parameter"; //$NON-NLS-1$
+       private final String PARAMETER_ID = "org.tizen.common.command.saveFile.parameter"; //$NON-NLS-1$
 
 
        public Object execute(ExecutionEvent event) throws ExecutionException {
index 243d3ae..f5fa5a8 100644 (file)
@@ -28,7 +28,7 @@ package org.tizen.common.manager;
 import org.eclipse.osgi.util.NLS;
 
 public class Messages extends NLS {
-       private static final String BUNDLE_NAME = "org.linuxplatform.common.manager.messages"; //$NON-NLS-1$
+       private static final String BUNDLE_NAME = "org.tizen.common.manager.messages"; //$NON-NLS-1$
        public static String ColorCache_0;
        static {
                // initialize resource bundle