Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d3a1d378..056ae9ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,9 @@
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->
- <eclipse.stream>oxygen</eclipse.stream>
+ <eclipse.stream>photon</eclipse.stream>
<eclipse-repo.url>http://download.eclipse.org/releases/${eclipse.stream}</eclipse-repo.url>
+ <jdt-repo.url>http://download.eclipse.org/eclipse/updates/4.8-I-builds/</jdt-repo.url>
</properties>
<organization>
@@ -63,6 +64,11 @@
<repositories>
<repository>
+ <id>jdt-beta</id>
+ <layout>p2</layout>
+ <url>${jdt-repo.url}</url>
+ </repository>
+ <repository>
<id>simrel</id>
<layout>p2</layout>
<url>${eclipse-repo.url}</url>

Back to the top