Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 0 additions & 113 deletions platform/org.eclipse.platform/images/topiclabel/wn_migrate48.svg

This file was deleted.

2 changes: 0 additions & 2 deletions platform/org.eclipse.platform/intro/css/migrate.css

This file was deleted.

15 changes: 0 additions & 15 deletions platform/org.eclipse.platform/intro/css/migrate.properties

This file was deleted.

3 changes: 0 additions & 3 deletions platform/org.eclipse.platform/intro/css/whatsnew.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ a#updates:hover img { background-image : url(../../images/topiclabel/wn_updates4
a#eclipse img { background-image : url(../../images/topiclabel/wn_eclcommunity48.svg); }
a#eclipse:hover img { background-image : url(../../images/topiclabel/wn_eclcommunity48.svg); }

a#migration img { background-image : url(../../images/topiclabel/wn_migrate48.svg); }
a#migration:hover img { background-image : url(../../images/topiclabel/wn_migrate48.svg); }

div#rss-news {
position: relative;
top: -25px;
Expand Down
5 changes: 1 addition & 4 deletions platform/org.eclipse.platform/intro/css/whatsnew.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ whatsnew.updates.hover-icon = images/topiclabel/wn_updates48.svg
whatsnew.eclipse.link-icon = images/topiclabel/wn_eclcommunity48.svg
whatsnew.eclipse.hover-icon = images/topiclabel/wn_eclcommunity48.svg

whatsnew.migration.link-icon = images/topiclabel/wn_migrate48.svg
whatsnew.migration.hover-icon = images/topiclabel/wn_migrate48.svg

whatsnew.page-content.layout.vspacing = 40
whatsnew.page-content.layout.vspacing = 40

whatsnew.subtitle-id = news/page-content/page-title
12 changes: 0 additions & 12 deletions platform/org.eclipse.platform/intro/migrateExtensionContent.xml

This file was deleted.

10 changes: 0 additions & 10 deletions platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml

This file was deleted.

13 changes: 0 additions & 13 deletions platform/org.eclipse.platform/introData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<extension id="org.eclipse.ui.workbench.news" importance="low"/>
<extension id="org.eclipse.jdt" importance="low"/>
<extension id="org.eclipse.pde.changes" importance="low"/>
<extension id="org.eclipse.ui.workbench.migration" importance="low"/>
</group>
<group path="page-content/top-right">
<extension id="org.eclipse.ui.workbench" importance="low"/>
Expand Down Expand Up @@ -55,16 +54,4 @@
<extension id="org.eclipse.pde" importance="low"/>
</group>
</page>
<page id="migrate">
<group path="page-content/bottom-left" default="true">
<extension id="org.eclipse.jdt" importance="low"/>
</group>
<group path="page-content/bottom-right" default="true">
</group>
<group path="page-content/top-right">
</group>
<group path="page-content/top-left">
<extension id="org.eclipse.platform" importance="low"/>
</group>
</page>
</extensions>
6 changes: 0 additions & 6 deletions platform/org.eclipse.platform/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@
<configExtension
configId="org.eclipse.ui.intro.universalConfig"
content="$nl$/intro/whatsnewExtensionContent2.xml"/>
<configExtension
configId="org.eclipse.ui.intro.universalConfig"
content="$nl$/intro/whatsnewExtensionContent3.xml"/>
<configExtension
configId="org.eclipse.ui.intro.universalConfig"
content="$nl$/intro/migrateExtensionContent.xml"/>
</extension>


Expand Down
2 changes: 1 addition & 1 deletion platform/org.eclipse.platform/plugin_customization.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.solstice

# Root page links to show in the Universal Welcome
org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew,migrate
org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew

Copilot AI Apr 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change removes the "migrate" root page only for the org.eclipse.platform product customization. The SDK (platform/org.eclipse.sdk/plugin_customization.ini) still includes "migrate" in INTRO_ROOT_PAGES, so the Migrate link will remain visible in the IDE build even though the underlying intro wiring/content is being removed in this PR. To fully retire the page as described, remove "migrate" from the SDK’s INTRO_ROOT_PAGES as well (and update the corresponding introData).

Copilot uses AI. Check for mistakes.

# Initial page layout of the Universal Welcome
org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
Expand Down
13 changes: 0 additions & 13 deletions platform/org.eclipse.sdk/introData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<extension id="org.eclipse.ui.workbench.news" importance="low"/>
<extension id="org.eclipse.jdt" importance="low"/>
<extension id="org.eclipse.pde.changes" importance="low"/>
<extension id="org.eclipse.ui.workbench.migration" importance="low"/>
</group>
<group path="page-content/top-right">
<extension id="org.eclipse.ui.workbench" importance="low"/>
Expand Down Expand Up @@ -54,16 +53,4 @@
<extension id="org.eclipse.pde" importance="low"/>
</group>
</page>
<page id="migrate">
<group path="page-content/bottom-left" default="true">
<extension id="org.eclipse.jdt" importance="low"/>
</group>
<group path="page-content/bottom-right" default="true">
</group>
<group path="page-content/top-right">
</group>
<group path="page-content/top-left">
<extension id="org.eclipse.platform" importance="low"/>
</group>
</page>
</extensions>
2 changes: 1 addition & 1 deletion platform/org.eclipse.sdk/plugin_customization.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ org.eclipse.ui.monitoring/monitoring_enabled=true
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.solstice

# Root page links to show in the Universal Welcome
org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew,migrate
org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew

# Initial page layout of the Universal Welcome
org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
Expand Down
Loading