Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2022-06-20 11:11:02 +0000
committerEd Willink2022-06-20 11:28:40 +0000
commit7c1448f148123fdf3a197c7568e626a35b58fe54 (patch)
tree82264da66587f7a0fdf626c4a0c3780e8c33c9e5
parent648dd2f7affa863d3918e05a2252eeda095147bf (diff)
downloadorg.eclipse.qvtd-7c1448f148123fdf3a197c7568e626a35b58fe54.tar.gz
org.eclipse.qvtd-7c1448f148123fdf3a197c7568e626a35b58fe54.tar.xz
org.eclipse.qvtd-7c1448f148123fdf3a197c7568e626a35b58fe54.zip
[580216] Suspend use of broken platform
-rw-r--r--releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target3
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
index 00cc5a880..e3f14fbb7 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
+++ b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
@@ -3,7 +3,8 @@
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
- <repository location="https://download.eclipse.org/eclipse/updates/I-builds"/>
+ <!--repository location="https://download.eclipse.org/eclipse/updates/I-builds"/-->
+ <repository location="https://download.eclipse.org/releases/latest"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.acceleo.runtime.feature.group" version="0.0.0"/>

Back to the top