Adjusted API filters to workaround bug 430640: Wrong API Tools errors in org.eclipse.core.runtime (ADDED and REMOVED annotation types)
diff --git a/bundles/org.eclipse.core.runtime/.settings/.api_filters b/bundles/org.eclipse.core.runtime/.settings/.api_filters
index b349e02..62b661c 100644
--- a/bundles/org.eclipse.core.runtime/.settings/.api_filters
+++ b/bundles/org.eclipse.core.runtime/.settings/.api_filters
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <component id="org.eclipse.core.runtime" version="2">
     <resource path="META-INF/MANIFEST.MF" type="javax.annotation.ManagedBean">
-        <filter comment="Bug 430640: API Tools errors in org.eclipse.core.runtime with 4.3.2 as baseline" id="305422471">
+        <filter comment="Bug 430640: Wrong API Tools errors in org.eclipse.core.runtime (ADDED and REMOVED annotation types)" id="305422471">
             <message_arguments>
                 <message_argument value="javax.annotation.ManagedBean"/>
-                <message_argument value="org.eclipse.core.runtime_3.10.0"/>
+                <message_argument value="org.eclipse.core.runtime_3.11.0"/>
             </message_arguments>
         </filter>
     </resource>
     <resource path="META-INF/MANIFEST.MF" type="javax.annotation.Priority">
-        <filter comment="Bug 430640: API Tools errors in org.eclipse.core.runtime with 4.3.2 as baseline" id="305422471">
+        <filter comment="Bug 430640: Wrong API Tools errors in org.eclipse.core.runtime (ADDED and REMOVED annotation types)" id="305422471">
             <message_arguments>
                 <message_argument value="javax.annotation.Priority"/>
-                <message_argument value="org.eclipse.core.runtime_3.10.0"/>
+                <message_argument value="org.eclipse.core.runtime_3.11.0"/>
             </message_arguments>
         </filter>
     </resource>