Skip to content

Commit

Permalink
[releng] Update to snapshots of LSP4E and TM4E
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Feb 16, 2023
1 parent 920f7d8 commit 78f437d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions releng/CDT.setup
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@
name="org.eclipse.test.feature.group"/>
<requirement
name="org.eclipse.tm4e.feature.feature.group"/>
<requirement
name="org.eclipse.tm4e.language_pack.feature.feature.group"/>
<requirement
name="*"/>
<sourceLocator
Expand All @@ -234,11 +236,11 @@
<repository
url="https://download.eclipse.org/linuxtools/updates-docker-nightly"/>
<repository
url="https://download.eclipse.org/lsp4e/releases/latest"/>
url="https://download.eclipse.org/lsp4e/snapshots"/>
<repository
url="https://download.eclipse.org/modeling/emf/emf/builds/nightly/latest"/>
<repository
url="https://download.eclipse.org/tm4e/releases/latest"/>
url="https://download.eclipse.org/tm4e/snapshots"/>
<repository
url="https://download.eclipse.org/tools/cdt/releases/latest"/>
<repository
Expand Down
7 changes: 4 additions & 3 deletions releng/org.eclipse.cdt.target/cdt.target
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="cdt" sequenceNumber="130">
<target name="cdt" sequenceNumber="131">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
Expand All @@ -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/latest/"/>
<repository location="https://download.eclipse.org/lsp4e/snapshots/"/>
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
<unit id="org.eclipse.lsp4e.debug" version="0.0.0"/>
</location>
Expand All @@ -37,8 +37,9 @@
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tm4e/releases/0.4.3/"/>
<repository location="https://download.eclipse.org/tm4e/snapshots/"/>
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.tm4e.language_pack.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/cdt/releases/latest"/>
Expand Down

0 comments on commit 78f437d

Please sign in to comment.