Exemplo n.º 1
0
  /** @see org.eclipse.epf.common.ui.AbstractPlugin#start(org.osgi.framework.BundleContext) */
  public void start(BundleContext context) throws Exception {
    super.start(context);

    // Initialize the Authoring UI service.
    AuthoringUIService.getInstance().start();
    Logger.SeeLogFileForMoreDetails =
        AuthoringUIResources.editors_MethodElementEditor_saveErrorReason1;
  }