@Override
  public void stop(BundleContext context) throws Exception {
    LaunchConfigAffectingChangesListener.INSTANCE.stop();

    plugin = null;
    logger = null;

    super.stop(context);
  }