Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'compare/targetplatforms/compare-nightly.tpd')
-rwxr-xr-xcompare/targetplatforms/compare-nightly.tpd15
1 files changed, 4 insertions, 11 deletions
diff --git a/compare/targetplatforms/compare-nightly.tpd b/compare/targetplatforms/compare-nightly.tpd
index 7763242b..99fa1887 100755
--- a/compare/targetplatforms/compare-nightly.tpd
+++ b/compare/targetplatforms/compare-nightly.tpd
@@ -1,6 +1,6 @@
target "Compare Target Platform - Nightly" with source requirements
-location "http://download.eclipse.org/staging/photon/" eclipse-photon {
+location "http://download.eclipse.org/staging/2018-12/" eclipse-2018-12 {
org.eclipse.draw2d lazy
org.eclipse.gef lazy
org.eclipse.ocl.core.sdk.feature.group lazy
@@ -8,13 +8,6 @@ location "http://download.eclipse.org/staging/photon/" eclipse-photon {
org.eclipse.ocl.examples.feature.group lazy
org.eclipse.emf.sdk.feature.group lazy
org.eclipse.xsd.sdk.feature.group lazy
-}
-
-/*
- * Once Photon.1 is released this should be removed as the necessary feature versions
- * will also be available in http://download.eclipse.org/staging/photon/
- */
-location "http://download.eclipse.org/eclipse/updates/4.9/" {
org.eclipse.sdk.feature.group lazy
org.eclipse.platform.feature.group lazy
org.eclipse.rcp.feature.group lazy
@@ -32,7 +25,7 @@ location "http://download.eclipse.org/egit/updates" EGit {
org.eclipse.jgit.feature.group lazy
}
-location papyrusNightly "http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master" {
+location "http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master" {
org.eclipse.papyrus.sdk.feature.feature.group lazy
org.eclipse.papyrus.views.properties.toolsmiths lazy
}
@@ -45,7 +38,7 @@ location xwt "http://download.eclipse.org/xwt/updates" {
* If changed, this should also be changed in Papyrus Compare's root pom.xml, in the nightly profile
* Search all references to emf-compare.p2.repo
*/
-location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/logical/emf.compare/nightly/latest/" {
+location "https://download.eclipse.org/modeling/emf/compare/updates/nightly/latest" emfCompare {
org.eclipse.emf.compare.source.feature.group lazy
org.eclipse.emf.compare.diagram.gmf.source.feature.group lazy
org.eclipse.emf.compare.uml2.source.feature.group lazy
@@ -54,7 +47,7 @@ location emfCompare "http://download.eclipse.org/modeling/emf/compare/updates/lo
org.eclipse.emf.compare.rcp.ui.source.feature.group lazy
}
-location orbit "http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository/" {
+location "https://download.eclipse.org/tools/orbit/downloads/drops/R20181128170323/repository/" orbit{
org.apache.commons.io lazy
org.apache.commons.io.source lazy
com.google.inject lazy

Back to the top