diff options
| author | Julian Honnen | 2020-07-06 13:16:56 +0000 |
|---|---|---|
| committer | Julian Honnen | 2020-07-06 13:16:56 +0000 |
| commit | 56fddd55f831b4195cc5a0f93f17924de55bceca (patch) | |
| tree | 43b8697b1fb260994c09ccb7df396e57d56b0f59 | |
| parent | bccdc31fda127c3645e197885ac78f1138772ff6 (diff) | |
| download | eclipse.platform.common-56fddd55f831b4195cc5a0f93f17924de55bceca.tar.gz eclipse.platform.common-56fddd55f831b4195cc5a0f93f17924de55bceca.tar.xz eclipse.platform.common-56fddd55f831b4195cc5a0f93f17924de55bceca.zip | |
Bug 564763 - removal notice: TargetPlatform::createPlatformConfigurationI20200707-1800I20200707-0600I20200706-2300I20200706-1800
Change-Id: If8610597ad0ad623a466a22dd30bb0d8fe9eeae0
Signed-off-by: Julian Honnen <julian.honnen@vector.com>
| -rw-r--r-- | bundles/org.eclipse.platform.doc.isv/porting/removals.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html index 92bf04a07..c1086584d 100644 --- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html +++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html @@ -153,6 +153,7 @@ Planned API removals after September 2022: </p> <ol> <li><a href="#pde.ui.launcher">Remove deprecated contents of org.eclipse.pde.ui.launcher package</a></li> + <li><a href="#createPlatformConfiguration">Remove TargetPlatform::createPlatformConfiguration</a></li> </ol> <hr> @@ -648,5 +649,12 @@ All classes have corresponding replacements in the <code>org.eclipse.pde.launchi For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=564563" target="_blank">bug 564563</a>. </p> +<h3>4. <a name="createPlatformConfiguration">Remove TargetPlatform::createPlatformConfiguration</a></h3> + +The method <code>org.eclipse.pde.core.plugin.TargetPlatform.createPlatformConfiguration(File, IPluginModelBase[], IPluginModelBase)</code> is scheduled for removal after the September 2022 release. +<p> +For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=564763" target="_blank">bug 564763</a>. +</p> + </body> </html> |
