plugins/org.symbian.tools.tmw.previewer/src/org/symbian/tools/tmw/previewer/PreviewerPlugin.java
changeset 471 06589bf52fa7
parent 470 d4809db37847
child 475 77edd0cbdfe0
equal deleted inserted replaced
470:d4809db37847 471:06589bf52fa7
    41  */
    41  */
    42 public class PreviewerPlugin extends AbstractUIPlugin {
    42 public class PreviewerPlugin extends AbstractUIPlugin {
    43 
    43 
    44 	// The plug-in ID
    44 	// The plug-in ID
    45     public static final String PLUGIN_ID = "org.symbian.tools.tmw.previewer";
    45     public static final String PLUGIN_ID = "org.symbian.tools.tmw.previewer";
    46 	public static final String PREVIEW_VIEW = "org.symbian.tools.wrttools.editing.wrtpreview";
    46     public static final String PREVIEW_VIEW = "org.symbian.tools.tmw.editing.wrtpreview";
    47 
    47 
    48 	public static final boolean DEBUG = Platform.inDebugMode()
    48 	public static final boolean DEBUG = Platform.inDebugMode()
    49 			&& Boolean.parseBoolean(Platform.getDebugOption(PLUGIN_ID + "/debug"));
    49 			&& Boolean.parseBoolean(Platform.getDebugOption(PLUGIN_ID + "/debug"));
    50 	public static final boolean TRACE_SERVLET = DEBUG
    50 	public static final boolean TRACE_SERVLET = DEBUG
    51 			&& Boolean.parseBoolean(Platform.getDebugOption(PLUGIN_ID
    51 			&& Boolean.parseBoolean(Platform.getDebugOption(PLUGIN_ID