Skip to content

Commit ae8a4d5

Browse files
committed
Fix documentation after
eclipse-platform/eclipse.platform.ui#4065 Fixes a test failure in I-build: ``` org.eclipse.ua.tests.doc.internal.linkchecker.ApiDocTest testTopicsReference() Failure Expecting empty but was: " * Unexpected exported API packages in topics_Reference.xml: org.eclipse.core.commands.util " java.lang.AssertionError: Expecting empty but was: " * Unexpected exported API packages in topics_Reference.xml: org.eclipse.core.commands.util " at org.eclipse.ua.tests.doc.internal.linkchecker.ApiDocTest.testTopicsReference(ApiDocTest.java:181) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ```
1 parent c870c99 commit ae8a4d5

2 files changed

Lines changed: 19 additions & 27 deletions

File tree

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -110,32 +110,6 @@ <h3 id="ui-dialogs">2. Remove Deprecated Dialogs From org.eclipse.ui.dialogs</h3
110110
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=448275" target="_blank">bug 448275</a>.
111111
</p>
112112

113-
114-
<!-- ############################################## -->
115-
116-
<h2>API Removals After March 2021</h2>
117-
118-
<h3 id="commandsutil">1. org.eclipse.core.commands.util Package</h3>
119-
120-
The <code>org.eclipse.core.commands.util</code> package is planned to be removed. It contains one utility class for tracing code.
121-
122-
<p>
123-
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=143992" target="_blank">bug 143992</a>.
124-
</p>
125-
126-
<h3 id="equinoxlauncher">3. org.eclipse.core.launcher#Main and WebStartMain and Related Interfaces</h3>
127-
128-
The classes <code>org.eclipse.core.launcher.Main</code>, <code>org.eclipse.equinox.launcher.WebStartMain</code> its related interfaces will be deleted.
129-
130-
<p>
131-
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=544262" target="_blank">bug 544262</a>.
132-
</p>
133-
134-
135-
<!-- ############################################## -->
136-
137-
<h2>API Removals After June 2021</h2>
138-
139113
<!-- ############################################## -->
140114

141115
<h2>API Removals After May 2022</h2>
@@ -629,6 +603,25 @@ <h3 id="commands">1. Delete Deprecated Contents of org.eclipse.ui.commands Packa
629603
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=431177" target="_blank">bug 431177</a>.
630604
</p>
631605

606+
<h2>API Removals in the Eclipse 4.32 Release</h2>
607+
<h3 id="equinoxlauncher">3. org.eclipse.core.launcher#Main and WebStartMain and Related Interfaces</h3>
608+
609+
The classes <code>org.eclipse.core.launcher.Main</code>, <code>org.eclipse.equinox.launcher.WebStartMain</code> its related interfaces will be deleted.
610+
611+
<p>
612+
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=544262" target="_blank">bug 544262</a>.
613+
</p>
614+
615+
616+
<h2>API Removals in the Eclipse 4.41 Release</h2>
617+
<h3 id="commandsutil">1. org.eclipse.core.commands.util Package</h3>
618+
619+
The <code>org.eclipse.core.commands.util</code> package is planned to be removed. It contains one utility class for tracing code.
620+
621+
<p>
622+
For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=143992" target="_blank">bug 143992</a>.
623+
</p>
624+
632625

633626
</body>
634627
</html>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/topics_Reference.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<topic label="org.eclipse.core.commands.common" href="reference/api/org/eclipse/core/commands/common/package-summary.html"/>
1717
<topic label="org.eclipse.core.commands.contexts" href="reference/api/org/eclipse/core/commands/contexts/package-summary.html"/>
1818
<topic label="org.eclipse.core.commands.operations" href="reference/api/org/eclipse/core/commands/operations/package-summary.html"/>
19-
<topic label="org.eclipse.core.commands.util" href="reference/api/org/eclipse/core/commands/util/package-summary.html"/>
2019
<topic label="org.eclipse.core.databinding" href="reference/api/org/eclipse/core/databinding/package-summary.html"/>
2120
<topic label="org.eclipse.core.databinding.beans" href="reference/api/org/eclipse/core/databinding/beans/package-summary.html"/>
2221
<topic label="org.eclipse.core.databinding.conversion" href="reference/api/org/eclipse/core/databinding/conversion/package-summary.html"/>

0 commit comments

Comments
 (0)