[458466] Update prereqs for WTP 3.6.3
diff --git a/wtp-parent/data/dependencies.properties b/wtp-parent/data/dependencies.properties
index 1a64d39..c1d18e6 100644
--- a/wtp-parent/data/dependencies.properties
+++ b/wtp-parent/data/dependencies.properties
@@ -133,9 +133,9 @@
#######################################################################################
# Eclipse SDK Dependency
# groupID : eclipse
-eclipse.id=4.4.2RC3
-eclipse.dir=M-4.4.2RC3-201502041700
-eclipse.name=Eclipse SDK v4.4.2RC3
+eclipse.id=4.4.2RC4
+eclipse.dir=M-4.4.2RC4-201502041700
+eclipse.name=Eclipse SDK v4.4.2
eclipse.description=(Platform, PDE, JDT)
eclipse.mirror.prefixuri=/eclipse/downloads/drops4/${eclipse.dir}
eclipse.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
@@ -191,8 +191,8 @@
# Eclipse 4.3 SDK Dependency
# groupID : e4x
-e4x.build.id=4.4.2RC3
-e4x.build.dir=M-4.4.2RC3-201502041700
+e4x.build.id=4.4.2RC4
+e4x.build.dir=M-4.4.2RC4-201502041700
e4x.name=Eclipse SDK v4.4.2
e4x.description=(Platform, PDE, JDT, EMF Core)
diff --git a/wtp-parent/pom.xml b/wtp-parent/pom.xml
index 08139ad..3c719a2 100644
--- a/wtp-parent/pom.xml
+++ b/wtp-parent/pom.xml
@@ -34,7 +34,7 @@
<!-- dependency repos -->
<license-repo.url>http://download.eclipse.org/cbi/updates/license</license-repo.url>
- <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.4-M-builds/M-4.4.2RC3-201502041700/</platform-repo.url>
+ <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.4-M-builds/M-4.4.2RC4-201502041700/</platform-repo.url>
<orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/</orbit-repo.url>
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.10/</emf-repo.url>
<gef-repo.url>http://download.eclipse.org/tools/gef/updates/releases</gef-repo.url>
@@ -48,7 +48,6 @@
<eclipselink-repo.url>http://download.eclipse.org/rt/eclipselink/milestone-updates/</eclipselink-repo.url>
<eclipselink-repo.url2>http://download.eclipse.org/rt/eclipselink/updates/</eclipselink-repo.url2>
- <!-- I need to verify if Jetty 9 is for Mars or will be used for 3.6.1 too -->
<jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.3.v20120522/</jetty-repo.url>
<!--<skipWithIssues>true</skipWithIssues>-->