diff options
author | Jonah Graham | 2021-11-29 22:12:25 +0000 |
---|---|---|
committer | Jonah Graham | 2021-11-29 22:58:48 +0000 |
commit | 71ad45b3825cf84bdc05649de9212253bf4775dd (patch) | |
tree | 611c002be8aedb94aced1269d70d59b33055af2b | |
parent | eaa83fc0859fa9449e1509a084fea23ede1fd93c (diff) | |
download | org.eclipse.cdt-cdt_10_5.tar.gz org.eclipse.cdt-cdt_10_5.tar.xz org.eclipse.cdt-cdt_10_5.zip |
[releng] Update to 2021-12 RC2 depsCDT_10_5_0cdt_10_5
Change-Id: Iaf291d047d7517586ca4c1c83b0708de3619632b
-rw-r--r-- | releng/CDT.setup | 6 | ||||
-rw-r--r-- | releng/org.eclipse.cdt.target/cdt.target | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/releng/CDT.setup b/releng/CDT.setup index a6a468fed7b..48ab533a538 100644 --- a/releng/CDT.setup +++ b/releng/CDT.setup @@ -311,13 +311,13 @@ <repository url="https://download.eclipse.org/cbi/updates/license/"/> <repository - url="https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211117-1830/"/> + url="https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211124-1800/"/> <repository url="https://download.eclipse.org/egit/updates/"/> <repository url="https://download.eclipse.org/linuxtools/updates-docker-nightly/"/> <repository - url="https://download.eclipse.org/lsp4e/releases/0.19.0/"/> + url="https://download.eclipse.org/lsp4e/releases/0.20.1/"/> <repository url="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/> <repository @@ -338,7 +338,7 @@ </annotation> </repository> <repository - url="https://download.eclipse.org/tools/orbit/downloads/drops/S20211108222137/repository/"/> + url="https://download.eclipse.org/tools/orbit/downloads/drops/R20211122181901/repository/"/> <repository url="https://download.eclipse.org/tools/ptp/builds/remote/3.0/2021-09"/> <repository diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target index dacddf673ba..c2f31487f21 100644 --- a/releng/org.eclipse.cdt.target/cdt.target +++ b/releng/org.eclipse.cdt.target/cdt.target @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde version="3.8"?> -<target name="cdt" sequenceNumber="109"> +<target name="cdt" sequenceNumber="110"> <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.22-I-builds/I20211117-1830/"/> + <repository location="https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211124-1800/"/> <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"/> @@ -23,7 +23,7 @@ <unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> - <repository location="https://download.eclipse.org/lsp4e/releases/0.19.0/"/> + <repository location="https://download.eclipse.org/lsp4e/releases/0.20.1/"/> <unit id="org.eclipse.lsp4e" version="0.0.0"/> <unit id="org.eclipse.lsp4e.debug" version="0.0.0"/> </location> @@ -56,7 +56,7 @@ <unit id="org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group" version="0.0.0"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> - <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20211108222137/repository/"/> + <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20211122181901/repository/"/> <unit id="com.google.gson" version="0.0.0"/> <unit id="com.sun.xml.bind" version="2.3.3.v20201118-1818"/> <unit id="javax.activation" version="1.2.2.v20201119-1642"/> |