Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-parent/pom.xml')
-rw-r--r--eclipse-parent/pom.xml30
1 files changed, 26 insertions, 4 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 5bc1c7c39..1cb2ad39f 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -12,16 +12,38 @@
<properties>
<tycho.version>0.14.0-SNAPSHOT</tycho.version>
- <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/S20111018035124/repository/</orbit-repo.url>
- <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.7</emf-repo.url>
- <jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.0.4.v20111024/</jetty-repo.url>
+ <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/S20111201180206/repository/</orbit-repo.url>
+ <jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.0.RC1/</jetty-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/3.5.3/site.p2</ecf-repo.url>
<natives-repo.url>file:///var/tmp/lts/natives</natives-repo.url>
-
+
<tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
</properties>
+ <repositories>
+ <repository>
+ <id>orbit</id>
+ <url>${orbit-repo.url}</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
+ <id>ecf</id>
+ <url>${ecf-repo.url}</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
+ <id>jetty</id>
+ <url>${jetty-repo.url}</url>
+ <layout>p2</layout>
+ </repository>
+ <repository>
+ <id>natives</id>
+ <url>${natives-repo.url}</url>
+ <layout>p2</layout>
+ </repository>
+ </repositories>
+
<pluginRepositories>
<pluginRepository>
<id>tycho</id>

Back to the top