Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2021-12-09 04:36:22 +0000
committerEd Merks2021-12-09 04:36:22 +0000
commit8716c96a777e73e502d1afed56b4ef50d22c9ad0 (patch)
treec0b5e1d7b0526e9175f55b55deda1b2b90ff9f0c
parente1b8ebd48880dcb9289200d9287a5a2efb24596c (diff)
downloadorg.eclipse.oomph-8716c96a777e73e502d1afed56b4ef50d22c9ad0.tar.gz
org.eclipse.oomph-8716c96a777e73e502d1afed56b4ef50d22c9ad0.tar.xz
org.eclipse.oomph-8716c96a777e73e502d1afed56b4ef50d22c9ad0.zip
[Releng] Update setup for 2022-03 (Oomph 1.24) development.
-rw-r--r--releng/org.eclipse.oomph.parent/tp/org.eclipse.oomph.tp.target4
-rw-r--r--setups/Oomph.setup32
2 files changed, 34 insertions, 2 deletions
diff --git a/releng/org.eclipse.oomph.parent/tp/org.eclipse.oomph.tp.target b/releng/org.eclipse.oomph.parent/tp/org.eclipse.oomph.tp.target
index 29af633ec..c210ec084 100644
--- a/releng/org.eclipse.oomph.parent/tp/org.eclipse.oomph.tp.target
+++ b/releng/org.eclipse.oomph.parent/tp/org.eclipse.oomph.tp.target
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
-<target name="Generated from Oomph" sequenceNumber="80">
+<target name="Generated from Oomph" sequenceNumber="81">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="javaewah" version="0.0.0"/>
@@ -21,7 +21,7 @@
<unit id="org.eclipse.swtbot.generator" version="0.0.0"/>
<unit id="org.eclipse.userstorage.oauth" version="0.0.0"/>
<unit id="org.eclipse.userstorage.tests" version="0.0.0"/>
- <repository location="repository location="https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800"/>
+ <repository location="https://download.eclipse.org/eclipse/updates/4.23-I-builds"/>
<repository location="https://download.eclipse.org/egit/updates-stable-nightly"/>
<repository location="https://download.eclipse.org/justj/jres/17/updates/release/17.0.1"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/latest"/>
diff --git a/setups/Oomph.setup b/setups/Oomph.setup
index 45d629908..7ce308570 100644
--- a/setups/Oomph.setup
+++ b/setups/Oomph.setup
@@ -489,6 +489,38 @@
</predicate>
</sourceLocator>
<repositoryList
+ name="2022-03">
+ <repository
+ url="https://download.eclipse.org/usssdk/updates/latest"/>
+ <repository
+ url="https://download.eclipse.org/egit/updates-stable-nightly"/>
+ <repository
+ url="https://download.eclipse.org/tools/orbit/downloads/latest-R"/>
+ <repository
+ url="https://download.eclipse.org/modeling/emf/emf/builds/milestone/latest"/>
+ <repository
+ url="https://download.eclipse.org/mylyn/snapshots/weekly"/>
+ <repository
+ url="https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository">
+ <annotation>
+ <detail
+ key="justification">
+ <value>This is here because the Mylyn repository is currently inconsistent providing an older version of lucence but requiring a newer one, yet one that isn't in the latest release or orbit either.</value>
+ </detail>
+ </annotation>
+ </repository>
+ <repository
+ url="https://download.eclipse.org/technology/m2e/snapshots/latest"/>
+ <repository
+ url="https://download.eclipse.org/nebula/snapshot"/>
+ <repository
+ url="https://download.eclipse.org/technology/swtbot/snapshots"/>
+ <repository
+ url="https://download.eclipse.org/webtools/repository/latest"/>
+ <repository
+ url="https://download.eclipse.org/justj/jres/17/updates/release/17.0.1"/>
+ </repositoryList>
+ <repositoryList
name="2021-12">
<repository
url="https://download.eclipse.org/usssdk/updates/latest"/>

Back to the top