Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2018-09-14 10:24:21 +0000
committerEd Merks2018-09-14 10:24:21 +0000
commitd62b5890387db8c2687e0e8516451470cac196eb (patch)
tree32de8db840ac733a0f0ae36d81d2046baeed10c2 /setups/org.eclipse.projects.setup
parentee11f06d0f954e7c2af1525bb21d11f9cb2a4493 (diff)
downloadorg.eclipse.oomph-d62b5890387db8c2687e0e8516451470cac196eb.tar.gz
org.eclipse.oomph-d62b5890387db8c2687e0e8516451470cac196eb.tar.xz
org.eclipse.oomph-d62b5890387db8c2687e0e8516451470cac196eb.zip
[Releng] Update setups preparing for 2018-12
Diffstat (limited to 'setups/org.eclipse.projects.setup')
-rw-r--r--setups/org.eclipse.projects.setup17
1 files changed, 15 insertions, 2 deletions
diff --git a/setups/org.eclipse.projects.setup b/setups/org.eclipse.projects.setup
index dfbd9c36c..35fe8801a 100644
--- a/setups/org.eclipse.projects.setup
+++ b/setups/org.eclipse.projects.setup
@@ -330,8 +330,8 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.latest.p2"
- value="http://download.eclipse.org/eclipse/updates/4.9-I-builds"
- label="Eclipse Latest I-Build p2 Repository - 4.9">
+ value="http://download.eclipse.org/eclipse/updates/4.10-I-builds"
+ label="Eclipse Latest I-Build p2 Repository - 4.10">
<description>The update site of the latest Eclipse project's builds, typically an I-Build for the next release</description>
</setupTask>
<setupTask
@@ -350,6 +350,9 @@
<annotation
source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
+ value="2018-12"
+ label="Eclipse 2018-12 - 4.10"/>
+ <choice
value="2018-09"
label="Eclipse 2018-09 - 4.9"/>
<choice
@@ -520,6 +523,11 @@
<repositoryList
name="None"/>
<repositoryList
+ name="2018-12">
+ <repository
+ url="http://download.eclipse.org/eclipse/updates/4.10-I-builds"/>
+ </repositoryList>
+ <repositoryList
name="2018-09">
<repository
url="http://download.eclipse.org/eclipse/updates/4.9-I-builds"/>
@@ -588,6 +596,11 @@
<repositoryList
name="None"/>
<repositoryList
+ name="2018-12">
+ <repository
+ url="http://download.eclipse.org/eclipse/updates/4.10-I-builds"/>
+ </repositoryList>
+ <repositoryList
name="2018-09">
<repository
url="http://download.eclipse.org/eclipse/updates/4.9-I-builds"/>

Back to the top