Skip to content

Commit 72543ed

Browse files
committed
Retire outdated Migrate Welcome page
The "Migrate" page on the Welcome screen has not been updated since 4.29 and no user complained, so remove it. Porting guides are still maintained in the platform docs and reachable from the help system. Fixes #2630
1 parent ab362e6 commit 72543ed

12 files changed

Lines changed: 3 additions & 193 deletions

File tree

platform/org.eclipse.platform/images/topiclabel/wn_migrate48.svg

Lines changed: 0 additions & 113 deletions
This file was deleted.

platform/org.eclipse.platform/intro/css/migrate.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

platform/org.eclipse.platform/intro/css/migrate.properties

Lines changed: 0 additions & 15 deletions
This file was deleted.

platform/org.eclipse.platform/intro/css/whatsnew.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ a#updates:hover img { background-image : url(../../images/topiclabel/wn_updates4
88
a#eclipse img { background-image : url(../../images/topiclabel/wn_eclcommunity48.svg); }
99
a#eclipse:hover img { background-image : url(../../images/topiclabel/wn_eclcommunity48.svg); }
1010

11-
a#migration img { background-image : url(../../images/topiclabel/wn_migrate48.svg); }
12-
a#migration:hover img { background-image : url(../../images/topiclabel/wn_migrate48.svg); }
13-
1411
div#rss-news {
1512
position: relative;
1613
top: -25px;

platform/org.eclipse.platform/intro/css/whatsnew.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ whatsnew.updates.hover-icon = images/topiclabel/wn_updates48.svg
2121
whatsnew.eclipse.link-icon = images/topiclabel/wn_eclcommunity48.svg
2222
whatsnew.eclipse.hover-icon = images/topiclabel/wn_eclcommunity48.svg
2323

24-
whatsnew.migration.link-icon = images/topiclabel/wn_migrate48.svg
25-
whatsnew.migration.hover-icon = images/topiclabel/wn_migrate48.svg
26-
27-
whatsnew.page-content.layout.vspacing = 40
24+
whatsnew.page-content.layout.vspacing = 40
2825

2926
whatsnew.subtitle-id = news/page-content/page-title

platform/org.eclipse.platform/intro/migrateExtensionContent.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

platform/org.eclipse.platform/introData.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<extension id="org.eclipse.ui.workbench.news" importance="low"/>
2323
<extension id="org.eclipse.jdt" importance="low"/>
2424
<extension id="org.eclipse.pde.changes" importance="low"/>
25-
<extension id="org.eclipse.ui.workbench.migration" importance="low"/>
2625
</group>
2726
<group path="page-content/top-right">
2827
<extension id="org.eclipse.ui.workbench" importance="low"/>
@@ -55,16 +54,4 @@
5554
<extension id="org.eclipse.pde" importance="low"/>
5655
</group>
5756
</page>
58-
<page id="migrate">
59-
<group path="page-content/bottom-left" default="true">
60-
<extension id="org.eclipse.jdt" importance="low"/>
61-
</group>
62-
<group path="page-content/bottom-right" default="true">
63-
</group>
64-
<group path="page-content/top-right">
65-
</group>
66-
<group path="page-content/top-left">
67-
<extension id="org.eclipse.platform" importance="low"/>
68-
</group>
69-
</page>
7057
</extensions>

platform/org.eclipse.platform/plugin.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@
8787
<configExtension
8888
configId="org.eclipse.ui.intro.universalConfig"
8989
content="$nl$/intro/whatsnewExtensionContent2.xml"/>
90-
<configExtension
91-
configId="org.eclipse.ui.intro.universalConfig"
92-
content="$nl$/intro/whatsnewExtensionContent3.xml"/>
93-
<configExtension
94-
configId="org.eclipse.ui.intro.universalConfig"
95-
content="$nl$/intro/migrateExtensionContent.xml"/>
9690
</extension>
9791

9892

platform/org.eclipse.platform/plugin_customization.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
2525
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.solstice
2626

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

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

0 commit comments

Comments
 (0)