Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-12-04 13:51:19 +0000
committerDavid Williams2014-12-04 13:51:19 +0000
commit5ee87e0aa1081e913a2b4bd2e4b40aaf4b4b0139 (patch)
tree2b78072076137dd539ae26706287fccc7916727a /eclipse-platform-parent/pom.xml
parent1b2e0a7d33c4cbb987f26e382fa7fdbadffa8087 (diff)
downloadeclipse.platform.releng.aggregator-5ee87e0aa1081e913a2b4bd2e4b40aaf4b4b0139.tar.gz
eclipse.platform.releng.aggregator-5ee87e0aa1081e913a2b4bd2e4b40aaf4b4b0139.tar.xz
eclipse.platform.releng.aggregator-5ee87e0aa1081e913a2b4bd2e4b40aaf4b4b0139.zip
Bug 453919 - Need new build of ECF "file transfer" for Luna SR2
Bug 453677 - add httpcomponents client 4.3.6 for ECF, p2, and Orbit for Luna SR2 Correcting items for mirroring into repo.
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index eb97e2f72..01dee4522 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -74,7 +74,8 @@
And, of course, in the PDE target file, the URL is expected to be the actual URL, not a variable.
-->
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.11milestones/base/S201410270406/</emf-repo.url>
- <ecf-repo.url>http://download.eclipse.org/rt/ecf/453919/site.p2</ecf-repo.url>
+
+ <ecf-repo.url>http://download.eclipse.org/rt/ecf/453919/site.p2/</ecf-repo.url>
<tycho-repo.url>https://oss.sonatype.org/content/repositories/public/</tycho-repo.url>

Back to the top