Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2021-03-23 08:21:24 +0000
committerAndrey Loskutov2021-03-23 08:21:24 +0000
commit137b9d04f89370f77c510df52706724857f3b313 (patch)
tree0521938001d952588cc29cbcadbc1715f6223755
parent9acec683c8089a537b87fc8c2650678aa9f382f6 (diff)
downloadeclipse.platform.ua-137b9d04f89370f77c510df52706724857f3b313.tar.gz
eclipse.platform.ua-137b9d04f89370f77c510df52706724857f3b313.tar.xz
eclipse.platform.ua-137b9d04f89370f77c510df52706724857f3b313.zip
Bug 572013 - removed ILibrary, IPluginPrerequisite, IPluginRegistry
Fixed API filters for removed re-exported API Change-Id: I41b544e91a6c56b8b0f8f95ffa1e8eef46760937 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.help.ui/.settings/.api_filters24
1 files changed, 24 insertions, 0 deletions
diff --git a/org.eclipse.help.ui/.settings/.api_filters b/org.eclipse.help.ui/.settings/.api_filters
index 37c3bc2a1..1c95b4033 100644
--- a/org.eclipse.help.ui/.settings/.api_filters
+++ b/org.eclipse.help.ui/.settings/.api_filters
@@ -8,6 +8,14 @@
</message_arguments>
</filter>
</resource>
+ <resource path="META-INF/MANIFEST.MF" type="org.eclipse.core.runtime.ILibrary">
+ <filter comment="Bug 572013 - removed ILibrary, IPluginPrerequisite, IPluginRegistry" id="305422471">
+ <message_arguments>
+ <message_argument value="org.eclipse.core.runtime.ILibrary"/>
+ <message_argument value="org.eclipse.help.ui_4.2.200"/>
+ </message_arguments>
+ </filter>
+ </resource>
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.core.runtime.IPlatformRunnable">
<filter comment="Removed re-exported IPlatformRunnable via bug 564890" id="305422471">
<message_arguments>
@@ -16,4 +24,20 @@
</message_arguments>
</filter>
</resource>
+ <resource path="META-INF/MANIFEST.MF" type="org.eclipse.core.runtime.IPluginPrerequisite">
+ <filter comment="Bug 572013 - removed ILibrary, IPluginPrerequisite, IPluginRegistry" id="305422471">
+ <message_arguments>
+ <message_argument value="org.eclipse.core.runtime.IPluginPrerequisite"/>
+ <message_argument value="org.eclipse.help.ui_4.2.200"/>
+ </message_arguments>
+ </filter>
+ </resource>
+ <resource path="META-INF/MANIFEST.MF" type="org.eclipse.core.runtime.IPluginRegistry">
+ <filter comment="Bug 572013 - removed ILibrary, IPluginPrerequisite, IPluginRegistry" id="305422471">
+ <message_arguments>
+ <message_argument value="org.eclipse.core.runtime.IPluginRegistry"/>
+ <message_argument value="org.eclipse.help.ui_4.2.200"/>
+ </message_arguments>
+ </filter>
+ </resource>
</component>

Back to the top