Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2017-02-07 23:54:08 +0000
committerTom Schindl2017-02-07 23:54:08 +0000
commit1645083f67aabf9195ec822221706adffb025dcc (patch)
tree8212f32f3f8071d36c0920750f3c20bb4d471727
parentb4ddd248ec6bdb3670e416cc2a73e1897fa820aa (diff)
downloadorg.eclipse.efxclipse-1645083f67aabf9195ec822221706adffb025dcc.tar.gz
org.eclipse.efxclipse-1645083f67aabf9195ec822221706adffb025dcc.tar.xz
org.eclipse.efxclipse-1645083f67aabf9195ec822221706adffb025dcc.zip
Bug 511877 - Update Runtime Target to 4.6.2
-rwxr-xr-xreleng/org.eclipse.fx.releng/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/releng/org.eclipse.fx.releng/pom.xml b/releng/org.eclipse.fx.releng/pom.xml
index af14e5357..ad0c92ba6 100755
--- a/releng/org.eclipse.fx.releng/pom.xml
+++ b/releng/org.eclipse.fx.releng/pom.xml
@@ -25,6 +25,9 @@
<download-publish-path>/home/data/httpd/download.eclipse.org/efxclipse/runtime-nightly</download-publish-path>
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/efxclipse/org.eclipse.efxclipse.git</tycho.scmUrl>
+ <!-- 4.6.0 http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/ -->
+ <!-- 4.7M5 http://download.eclipse.org/eclipse/updates/4.7milestones/ -->
+ <platform-repository>http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/</platform-repository>
</properties>
<modules>
@@ -120,7 +123,7 @@
<!-- Important changing this requires to publish the platform bundles to maven -->
<id>neon</id>
<layout>p2</layout>
- <url>http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/</url>
+ <url>http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/</url>
</repository>
<!-- repository>
<id>orbit-antlr</id>

Back to the top