Skip to content

Commit

Permalink
Updated dependencies in preparation for 11.3.0 RC2 (eclipse-cdt#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham authored and davmac314 committed Sep 24, 2023
1 parent 26d8a71 commit de0ae8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions releng/org.eclipse.cdt.target/cdt.target
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="cdt" sequenceNumber="146">
<target name="cdt" sequenceNumber="147">
<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.29-I-builds/I20230817-0230/" />
<repository location="https://download.eclipse.org/eclipse/updates/4.29-I-builds/I20230903-1000/" />
<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" />
Expand Down Expand Up @@ -43,7 +43,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<!-- We explicitly have CDT in target platform so that developers can develop org.eclipse.cdt.core/ui without requiring all the projects from CDT in their workspace. -->
<repository location="https://download.eclipse.org/tools/cdt/builds/11.3/cdt-11.3.0-m2a/" />
<repository location="https://download.eclipse.org/tools/cdt/builds/11.3/cdt-11.3.0-m3/" />
<unit id="org.eclipse.cdt.feature.group" version="0.0.0" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand Down

0 comments on commit de0ae8f

Please sign in to comment.