Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2022-06-05 11:03:06 +0000
committerEd Willink2022-06-05 11:26:56 +0000
commitaac1a594fe6a7e25fe807215bb5028cebc3ac187 (patch)
tree8108df6a622a88c87d1a96d017bf4b8bfb20f463
parenta904ef1a1582f1b7408e44aa89776e052410b2eb (diff)
downloadorg.eclipse.qvtd-aac1a594fe6a7e25fe807215bb5028cebc3ac187.tar.gz
org.eclipse.qvtd-aac1a594fe6a7e25fe807215bb5028cebc3ac187.tar.xz
org.eclipse.qvtd-aac1a594fe6a7e25fe807215bb5028cebc3ac187.zip
[releng] Ensure CVS-defined Orbit bundles available
-rw-r--r--releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/interim.target1
-rw-r--r--releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target1
-rw-r--r--releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target1
-rw-r--r--releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target1
4 files changed, 4 insertions, 0 deletions
diff --git a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/interim.target b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/interim.target
index e8736e6b9..d69511f81 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/interim.target
+++ b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/interim.target
@@ -95,6 +95,7 @@
<unit id="com.google.guava" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-S"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-R"/>
+ <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository"/>
</location>
</locations>
</target>
diff --git a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
index eebeab64f..00cc5a880 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
+++ b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
@@ -107,6 +107,7 @@
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-I"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-S"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-R"/>
+ <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository"/>
</location>
</locations>
</target>
diff --git a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target
index 6c065f207..822fd7e0b 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target
+++ b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target
@@ -43,6 +43,7 @@
<unit id="com.google.guava" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-S"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-R"/>
+ <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository"/>
</location>
</locations>
</target>
diff --git a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target
index ec3689f9b..91fa076d4 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target
+++ b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target
@@ -39,6 +39,7 @@
<unit id="com.google.guava" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-S"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-R"/>
+ <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository"/>
</location>
</locations>
</target>

Back to the top