Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-11-28 04:00:53 +0000
committerDavid Williams2013-11-28 04:00:53 +0000
commite9f93d3b3e042903c40c63ad545c1d1962ea59a8 (patch)
treecc30ced1db7b5454ce49429d6e604fd10d571ec1
parent959d9423b34a0c4f454ccdb0c995d19ac76a4ded (diff)
downloadeclipse.platform.releng.aggregator-e9f93d3b3e042903c40c63ad545c1d1962ea59a8.tar.gz
eclipse.platform.releng.aggregator-e9f93d3b3e042903c40c63ad545c1d1962ea59a8.tar.xz
eclipse.platform.releng.aggregator-e9f93d3b3e042903c40c63ad545c1d1962ea59a8.zip
Bug 422366 - use target file to specify repositories and exact version
of non-platform prereqs
-rw-r--r--eclipse-platform-parent/saveproperties/mavenproperties.properties10
1 files changed, 1 insertions, 9 deletions
diff --git a/eclipse-platform-parent/saveproperties/mavenproperties.properties b/eclipse-platform-parent/saveproperties/mavenproperties.properties
index fbcc60524..48c2e18ac 100644
--- a/eclipse-platform-parent/saveproperties/mavenproperties.properties
+++ b/eclipse-platform-parent/saveproperties/mavenproperties.properties
@@ -26,16 +26,8 @@ maven.repo.local=${maven.repo.local}
comparator.repo=${comparator.repo}
-aspectj-repo.url=${aspectj-repo.url}
-ecf-repo.url=${ecf-repo.url}
eclipse-p2-repo.url=${eclipse-p2-repo.url}
-egit-repo.url=${egit-repo.url}
-emf-repo.url=${emf-repo.url}
-jetty-repo.url=${jetty-repo.url}
+
eclipse-repo.url=${eclipse-repo.url}
sun.java.command=${sun.java.command}
-
-
-
-

Back to the top