Skip to content

Commit 8297e2a

Browse files
committed
Delete IHelp API
Deprecated since 3.0 and marked for removal since 2023-12. One should use org.eclipse.help.HelpSystem#getTocs() and org.eclipse.help.HelpSystem#getContext(String).
1 parent 0029076 commit 8297e2a

File tree

5 files changed

+21
-259
lines changed

5 files changed

+21
-259
lines changed

ua/org.eclipse.help.base/.settings/.api_filters

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,12 @@
266266
</message_arguments>
267267
</filter>
268268
</resource>
269+
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.help.IHelp">
270+
<filter comment="https://github.com/eclipse-platform/eclipse.platform/pull/2329" id="305422471">
271+
<message_arguments>
272+
<message_argument value="org.eclipse.help.IHelp"/>
273+
<message_argument value="org.eclipse.help.base_4.5.300"/>
274+
</message_arguments>
275+
</filter>
276+
</resource>
269277
</component>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<component id="org.eclipse.help" version="2">
3+
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.help.IHelp">
4+
<filter comment="https://github.com/eclipse-platform/eclipse.platform/pull/2329" id="305324134">
5+
<message_arguments>
6+
<message_argument value="org.eclipse.help.IHelp"/>
7+
<message_argument value="org.eclipse.help_3.11.0"/>
8+
</message_arguments>
9+
</filter>
10+
</resource>
11+
</component>

ua/org.eclipse.help/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %help_plugin_name
44
Bundle-SymbolicName: org.eclipse.help; singleton:=true
5-
Bundle-Version: 3.10.600.qualifier
5+
Bundle-Version: 3.11.0.qualifier
66
Bundle-Activator: org.eclipse.help.internal.HelpPlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

ua/org.eclipse.help/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
</parent>
1919
<groupId>org.eclipse.platform</groupId>
2020
<artifactId>org.eclipse.help</artifactId>
21-
<version>3.10.600-SNAPSHOT</version>
21+
<version>3.11.0-SNAPSHOT</version>
2222
<packaging>eclipse-plugin</packaging>
2323
</project>

ua/org.eclipse.help/src/org/eclipse/help/IHelp.java

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)