[Title] Added Help content base url
authorchanghyun1.lee <changhyun1.lee@samsung.com>
Wed, 10 Apr 2013 11:33:44 +0000 (20:33 +0900)
committerchanghyun1.lee <changhyun1.lee@samsung.com>
Wed, 10 Apr 2013 11:34:29 +0000 (20:34 +0900)
[Desc.]
[Issue] Redmine-8926

Change-Id: I1d14056acfce8bb94ba63af17ef63050c2732b4c

org.tizen.common/src/org/tizen/common/TizenHelpContextIds.java

index 33a94a5..b951be3 100644 (file)
 */
 package org.tizen.common;
 
-public class TizenHelpContextIds
-{
+import org.eclipse.ui.PlatformUI;
+
+public class TizenHelpContextIds {
+
+    public static String HELP_CONTENT_BASE_URL = PlatformUI.getWorkbench().getHelpSystem().resolve("", false).toString();
+
     private static final String HELP_COMMON = "org.tizen.ide.common.";
     public static final String HELP_COMMON_CONNECTION_EXPLORER_CONTEXT = HELP_COMMON + "connection_explorer_context";
     public static final String HELP_COMMON_LOG_CONTEXT = HELP_COMMON + "log_context";