Added exception for bug 514245
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list.txt
index e669da8..0612b46 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.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