Skip to content

Commit

Permalink
Update CDT version to 11.2.0 and latest Orbit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghentschke committed Jun 9, 2023
1 parent cf9bdd9 commit 4715913
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/cdt/releases/10.7/" />
<repository location="https://download.eclipse.org/tools/cdt/releases/11.2/cdt-11.2.0/" />
<unit id="org.eclipse.cdt.feature.group" version="0.0.0" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/" />
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/" />
<unit id="com.google.guava" version="0.0.0" />
<unit id="org.yaml.snakeyaml" version="0.0.0" />
<unit id="org.mockito" version="0.0.0"/>
<unit id="org.mockito.source" version="0.0.0"/>
<unit id="org.mockito.mockito-core" version="0.0.0"/>
</location>
</locations>
</target>
4 changes: 2 additions & 2 deletions tests/org.eclipse.cdt.lsp.clangd.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Require-Bundle: junit-jupiter-api,
net.bytebuddy.byte-buddy,
net.bytebuddy.byte-buddy-agent,
org.eclipse.cdt.lsp,
org.mockito,
org.objenesis,
org.yaml.snakeyaml
org.yaml.snakeyaml,
org.mockito.mockito-core

0 comments on commit 4715913

Please sign in to comment.