Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-06-19 09:03:08 +0000
committerAlexander Kurtakov2021-06-19 09:25:34 +0000
commit4b6737959bec25e6586305778eeb33a9d6a93d2b (patch)
treeb132babce6ec0a100a55a7570979c71f339ed524
parentb5634164c7360869b93ce221758ceb634738505f (diff)
downloadeclipse.platform.ua-I20210702-1800.tar.gz
eclipse.platform.ua-I20210702-1800.tar.xz
eclipse.platform.ua-I20210702-1800.zip
Change-Id: I9ace132ee8ec6dbae6a398257251e95b0fe5c35f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/182209 Tested-by: Platform Bot <platform-bot@eclipse.org>
-rw-r--r--org.eclipse.help.ui/.settings/.api_filters43
-rw-r--r--org.eclipse.help.ui/META-INF/MANIFEST.MF2
2 files changed, 1 insertions, 44 deletions
diff --git a/org.eclipse.help.ui/.settings/.api_filters b/org.eclipse.help.ui/.settings/.api_filters
deleted file mode 100644
index 1c95b4033..000000000
--- a/org.eclipse.help.ui/.settings/.api_filters
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<component id="org.eclipse.help.ui" version="2">
- <resource path="META-INF/MANIFEST.MF">
- <filter comment="Removed re-exported IPlatformRunnable via bug 564890" id="926941240">
- <message_arguments>
- <message_argument value="4.3.0"/>
- <message_argument value="4.2.200"/>
- </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>
- <message_argument value="org.eclipse.core.runtime.IPlatformRunnable"/>
- <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.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>
diff --git a/org.eclipse.help.ui/META-INF/MANIFEST.MF b/org.eclipse.help.ui/META-INF/MANIFEST.MF
index 18fc6f261..ec1fc19bd 100644
--- a/org.eclipse.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_system_plugin_name
Bundle-SymbolicName: org.eclipse.help.ui; singleton:=true
-Bundle-Version: 4.3.0.qualifier
+Bundle-Version: 4.3.100.qualifier
Bundle-Activator: org.eclipse.help.ui.internal.HelpUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top