Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-07-24 14:39:13 +0000
committerDavid Williams2013-07-24 14:39:13 +0000
commit4b9b0be3c067a0f46cb549e766c75c338a036328 (patch)
treea48e4677dc311c85f72a7423d2380a7c636d79b4
parentd23fddc60b32c7c2455c43d745481f1b43b19e16 (diff)
downloadeclipse.platform.releng.aggregator-4b9b0be3c067a0f46cb549e766c75c338a036328.tar.gz
eclipse.platform.releng.aggregator-4b9b0be3c067a0f46cb549e766c75c338a036328.tar.xz
eclipse.platform.releng.aggregator-4b9b0be3c067a0f46cb549e766c75c338a036328.zip
Bug 411028 - Add Ant 1.9.2 to Orbit
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 7dc060d47..4aac95582 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -32,7 +32,7 @@
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-I-builds</comparator.repo>
- <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/</orbit-repo.url>
+ <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/I20130717184620/repository/</orbit-repo.url>
<jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.10.v20130312/</jetty-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/int7/site.p2/</ecf-repo.url>
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.9/base/R201305280742/</emf-repo.url>

Back to the top