mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
[releng] Use final locations for Platform build
This is the last part of finishing up 11.0.0 release, the Platform I-Builds will be deleted soon so we point to the same versions of those dependencies in their permanent locations. Part of #77
This commit is contained in:
parent
1087dc5f22
commit
9d40669290
2 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -43,7 +43,7 @@
|
|||
|
||||
<!-- When changing this value, consider also bumping the version numbers of all the docs plug-ins (those with build-doc profile in pom.xml)
|
||||
so that compare&replace does not replace the the newly built docs because the only change is in the filtered out index/* resources. -->
|
||||
<help-docs-eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.26-I-builds/</help-docs-eclipserun-repo>
|
||||
<help-docs-eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/</help-docs-eclipserun-repo>
|
||||
|
||||
<tycho.scmUrl>scm:git:https://github.com/eclipse-cdt/cdt</tycho.scmUrl>
|
||||
<!-- Some old tests, like CDescriptorOldTests, fail due to reflection access. Therefore we add-opens to make that pass -->
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="cdt" sequenceNumber="128">
|
||||
<target name="cdt" sequenceNumber="129">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
|
||||
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.26-I-builds/I20221123-1800/"/>
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/"/>
|
||||
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
|
||||
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
|
||||
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue