Skip to content

Commit

Permalink
Removing AERI implementation and features from RedDeer, fixes #2070
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed May 19, 2020
1 parent e2ba154 commit 148d52e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 706 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public class PreferencesUtil {
public static final String CONSOLE_LIMIT_OUTPUT_HIGH_KEY = "Console.highWaterMark";
public static final String CONSOLE_OPEN_ON_ERR_KEY = "DEBUG.consoleOpenOnErr";
public static final String CONSOLE_OPEN_ON_OUT_KEY = "DEBUG.consoleOpenOnOut";
public static final String AERI_PLUGIN = "org.eclipse.epp.logging.aeri.ide";
public static final String AERI_SEND_MODE_KEY = "sendMode";

private static final Logger log = Logger.getLogger(PreferencesUtil.class);

Expand Down Expand Up @@ -155,15 +153,6 @@ public static void setConsoleOpenedOnOutput(boolean openOnOutput) {
log.info("Sets the console open on error to '" + openOnOutput + "'");
Preferences.set(CONSOLE_PLUGIN, CONSOLE_OPEN_ON_OUT_KEY, String.valueOf(openOnOutput));
}

/**
* Sets AERI reporting send mode
* @param mode possible values are NOTIFY, NEVER and BACKGROUND
*/
public static void setAERISendMode(String mode) {
log.info("Setting the aeri reporting to never send.");
Preferences.set(AERI_PLUGIN, AERI_SEND_MODE_KEY, mode);
}

/**
* Validates a given text whether it is one of specified strings.
Expand Down
1 change: 0 additions & 1 deletion plugins/org.eclipse.reddeer.eclipse/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Export-Package: org.eclipse.reddeer.eclipse,
org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints,
org.eclipse.reddeer.eclipse.debug.ui.views.launch,
org.eclipse.reddeer.eclipse.debug.ui.views.variables,
org.eclipse.reddeer.eclipse.epp.logging.aeri.ide.dialogs,
org.eclipse.reddeer.eclipse.equinox.internal.security.ui.storage,
org.eclipse.reddeer.eclipse.equinox.security.ui.storage,
org.eclipse.reddeer.eclipse.exception,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 148d52e

Please sign in to comment.