Bug 560495 - Create JDT and Platform porting guides for 4.15 and update
links in Welcome page

Change-Id: I76122d19043541da7cc5b5c44ec962a7f7960649
Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
diff --git a/bundles/org.eclipse.jdt.doc.isv/topics_Porting.xml b/bundles/org.eclipse.jdt.doc.isv/topics_Porting.xml
index 9374f56..87703bd 100644
--- a/bundles/org.eclipse.jdt.doc.isv/topics_Porting.xml
+++ b/bundles/org.eclipse.jdt.doc.isv/topics_Porting.xml
@@ -4,6 +4,12 @@
 <!-- Define topics for the porting guide index                                     -->
 <!-- ============================================================================= -->
 <toc label="Migration">
+	<topic label="Migrating to Eclipse JDT 4.15 from 4.14">
+		<topic label="Introduction" href="porting/eclipse_4_15_porting_guide.html"/>
+		<topic label="FAQ"                             href="porting/4.15/faq.html" />
+		<topic label="Incompatibilities"               href="porting/4.15/incompatibilities.html" />
+		<topic label="Adopting 4.15 Mechanisms and API" href="porting/4.15/recommended.html" />
+	</topic>
 	<topic label="Migrating to Eclipse JDT 4.14 from 4.13">
 		<topic label="Introduction" href="porting/eclipse_4_14_porting_guide.html"/>
 		<topic label="FAQ"                             href="porting/4.14/faq.html" />
diff --git a/bundles/org.eclipse.platform.doc.isv/topics_Porting.xml b/bundles/org.eclipse.platform.doc.isv/topics_Porting.xml
index 8cf908c..f7ad313 100644
--- a/bundles/org.eclipse.platform.doc.isv/topics_Porting.xml
+++ b/bundles/org.eclipse.platform.doc.isv/topics_Porting.xml
@@ -5,6 +5,12 @@
 <!-- ============================================================================= -->
 <toc label="Migration">
 	<topic label="Deprecated API removals" href="porting/removals.html"/>
+	<topic label="Migrating to Eclipse 4.15 from 4.14">
+		<topic label="Introduction" href="porting/eclipse_4_15_porting_guide.html"/>
+		<topic label="FAQ" href="porting/4.15/faq.html" />
+		<topic label="Incompatibilities" href="porting/4.15/incompatibilities.html" />
+		<topic label="Adopting 4.15 mechanisms and API" href="porting/4.15/recommended.html" />
+	</topic>
 	<topic label="Migrating to Eclipse 4.14 from 4.13">
 		<topic label="Introduction" href="porting/eclipse_4_14_porting_guide.html"/>
 		<topic label="FAQ" href="porting/4.14/faq.html" />