Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-08-14 08:00:54 +0000
committerKalyan Prasad Tatavarthi2018-08-14 08:00:54 +0000
commitbfe1d3042177a3a1f62084420644beef404c2f7d (patch)
tree5d431f49dc11eabf0ddfe2784bba260e76933aee
parentc9ea2fa867f24a4c206ce52eade491cbd8f98a60 (diff)
downloadeclipse.platform-bfe1d3042177a3a1f62084420644beef404c2f7d.tar.gz
eclipse.platform-bfe1d3042177a3a1f62084420644beef404c2f7d.tar.xz
eclipse.platform-bfe1d3042177a3a1f62084420644beef404c2f7d.zip
Oxygen content Change-Id: I50ada464ab6dcc3435ed6334916b6eab602e94f5 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
-rw-r--r--platform/org.eclipse.platform/intro/migrateExtensionContent.xml4
-rw-r--r--platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/platform/org.eclipse.platform/intro/migrateExtensionContent.xml b/platform/org.eclipse.platform/intro/migrateExtensionContent.xml
index 17c7f9469..b271ad8e8 100644
--- a/platform/org.eclipse.platform/intro/migrateExtensionContent.xml
+++ b/platform/org.eclipse.platform/intro/migrateExtensionContent.xml
@@ -3,8 +3,8 @@
<!-- Extension to the SDK Migration Page. -->
<extensionContent id="org.eclipse.platform" name="Eclipse Platform" alt-style="css/migrate.properties" style="css/migrate.css" path="migrate/@">
<group id="content-group" style-id="content-group">
- <link style-id="content-link" label="Eclipse Platform" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.isv/porting/eclipse_4_7_porting_guide.html" id="platform">
- <text>Eclipse Platform Oxygen (4.7) Plug-in Migration Guide</text>
+ <link style-id="content-link" label="Eclipse Platform" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.isv/porting/eclipse_4_8_porting_guide.html" id="platform">
+ <text>Eclipse Platform Photon (4.8) Plug-in Migration Guide</text>
</link>
</group>
</extensionContent>
diff --git a/platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml b/platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml
index 03276b59a..b3685485d 100644
--- a/platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml
+++ b/platform/org.eclipse.platform/intro/whatsnewExtensionContent3.xml
@@ -3,7 +3,7 @@
<extensionContent id="org.eclipse.ui.workbench.migration" name="Porting Guide" alt-style="css/whatsnew.properties" style="css/whatsnew.css" path="whatsnew/@">
<group filter="plugin=org.eclipse.platform.doc.isv" style-id="content-group" id="content-group">
<link label="Migration from the previous release" url="http://org.eclipse.ui.intro/showPage?id=migrate" id="migration" style-id="content-link">
- <text>Learn what you need to do to make your old code work in Eclipse Oxygen (4.7)</text>
+ <text>Learn what you need to do to make your old code work in Eclipse Photon (4.8)</text>
</link>
</group>
</extensionContent>

Back to the top