Remove 2018 deprecated runtime contenttype extension point#1644
Remove 2018 deprecated runtime contenttype extension point#1644vogella wants to merge 2 commits intoeclipse-platform:masterfrom
Conversation
Have you checked if the extension-point is used anywhere in the SDK? I remember that quite a number of extensions for deprecated points exit. |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
Awesome @HannesWell that works. Thank you for the tip |
Will do. |
Test Results 1 683 files - 81 1 683 suites - 81 1h 41m 34s ⏱️ + 11m 57s For more details on these failures, see this check. Results for commit 4991a2f. ± Comparison against base commit babaec5. This pull request removes 153 tests.♻️ This comment has been updated with latest results. |
655204f to
e25e5b0
Compare
e25e5b0 to
c2d7645
Compare
In 2018 we marked this extension point for deletion, lets remove it for 2025-03.
c2d7645 to
62ddc9c
Compare
|
Removals are best done for M1 and not M3 |
The org.eclipse.core.runtime.contentTypes extension point is being removed in eclipse-platform/eclipse.platform#1644. Update the two remaining test fixtures (regression test for bug 107121 in OpenNavigatorFolderTest, and ObjectContributionTest) to contribute to org.eclipse.core.contenttype.contentTypes instead.
The org.eclipse.core.runtime.contentTypes extension point was removed in eclipse-platform/eclipse.platform#1644. Update schema documentation to reference the non-deprecated org.eclipse.core.contenttype.contentTypes extension point instead.
In 2018 we marked this extension point for deletion, lets remove it for 2025-03.