Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-11-22 11:18:32 +0000
committerLars Vogel2017-11-22 11:20:54 +0000
commit5926439a867a1c5801230a130e86ff73eeb41c0a (patch)
tree40c31b18af312643527a9ef99d6fef58a33b9d7f
parent9ce66153d87ca97b436a2c9f397ae14a95a0b0f1 (diff)
downloadeclipse.platform.common-5926439a867a1c5801230a130e86ff73eeb41c0a.tar.gz
eclipse.platform.common-5926439a867a1c5801230a130e86ff73eeb41c0a.tar.xz
eclipse.platform.common-5926439a867a1c5801230a130e86ff73eeb41c0a.zip
Bug 482382 - API Removal Process is incomplete for removal of types
Removes the redundant information for the document and point to the wiki, so that we avoid maintaining the info several times. Change-Id: Ia24234ef4bf0866328ea59781ab2e90f7a8e7532 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/porting/removals.html17
1 files changed, 3 insertions, 14 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index 8bc5b7b0f..ed053414d 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -11,20 +11,9 @@
<h1>Deprecated API removals</h1>
<p>
- Often there is no sufficiently compelling reason to ever remove deprecated API, so the
- API may remain in place indefinitely after the release in which it was deprecated.
- However, there are situations where continuing to maintain the deprecated API
- creates too high a burden for both API developers and clients: the code bloat of
- keeping old implementations, the added complexity of multiple redundant APIs, etc.
- For this reason the Eclipse project has a
- <a href="http://wiki.eclipse.org/Eclipse/API_Central/Deprecation_Policy">policy</a>
- to occasionally delete deprecated API after providing two years advance notice to clients.
- This section describes API removals that occurred in this release, and upcoming
- removals in future releases.
-</p>
-<p>
- <b>Note that the policy for removing API types is broken, so some of these plans are not implementable, see
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=482382" target="_blank">bug 482382</a></b>.
+ Deprecated API can be marked for deletion.
+ See the <a href="http://wiki.eclipse.org/Eclipse/API_Central/Deprecation_Policy">policy</a> for the details.
+ This section describes API removals that occurred in past releases, and upcoming removals in future releases.
</p>
<p>

Back to the top