Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
index e669da83b..0612b46e7 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
@@ -114,3 +114,6 @@ org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.ExecuteProduceCons
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.ProduceConsume.org.eclipse.jetty.util.thread.strategy.ProduceConsume$Factory
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume.org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume$Factory
+
+# Bug 514245: Simplify creation of MessageDialog with custom button labels
+org.eclipse.jface:org.eclipse.jface.dialogs.MessageDialog#open(ILorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;I[Ljava/lang/String;)I

Back to the top