Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2021-11-17 09:08:40 +0000
committerKalyan Prasad Tatavarthi2021-11-17 09:20:30 +0000
commit6dcb6d3eda8a1abc9cd42d35529932f012f3ecf9 (patch)
tree70e4235284e97d631d8f6f6d46bae102dc30f1fb
parent56dc8fed5147bf75dd4619f4b7ef7107907f5d3f (diff)
downloadeclipse.jdt-R4_22_maintenance.tar.gz
eclipse.jdt-R4_22_maintenance.tar.xz
eclipse.jdt-R4_22_maintenance.zip
Change-Id: I3f27f708539a0652d0ffe32aabc5be9719897c4c Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt/+/187810
-rw-r--r--org.eclipse.jdt/intro/migrateExtensionContent.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt/intro/migrateExtensionContent.xml b/org.eclipse.jdt/intro/migrateExtensionContent.xml
index acdd0d3..f1dcb09 100644
--- a/org.eclipse.jdt/intro/migrateExtensionContent.xml
+++ b/org.eclipse.jdt/intro/migrateExtensionContent.xml
@@ -3,8 +3,8 @@
<!-- Extension to the SDK Migration Page. -->
<extensionContent id="org.eclipse.jdt" name="Java development tools" 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="Java development tools" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.isv/porting/eclipse_4_21_porting_guide.html" id="java">
- <text>Eclipse JDT 4.21 Plug-in Migration Guide</text>
+ <link style-id="content-link" label="Java development tools" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.isv/porting/eclipse_4_22_porting_guide.html" id="java">
+ <text>Eclipse JDT 4.22 Plug-in Migration Guide</text>
</link>
</group>
</extensionContent>

Back to the top