Skip to content

Commit 8eb4944

Browse files
authored
Make sure we build release against released versions of dependencies (#509)
Note that we aren't using latest versions of dependencies because we want CDT LSP to work against slightly older Eclipse installs.
1 parent 45995d1 commit 8eb4944

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

releng/org.eclipse.cdt.lsp.target/org.eclipse.cdt.lsp.target.target

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,19 @@
1414
<unit id="org.eclipse.test.feature.group" version="0.0.0" />
1515
<unit id="org.eclipse.unittest.ui" version="0.0.0" />
1616
</location>
17-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
18-
<repository location="https://download.eclipse.org/mylyn/updates/release/latest/" />
19-
</location>
2017
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2118
<repository location="https://download.eclipse.org/egit/updates" />
2219
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
2320
</location>
2421
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
25-
<repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly" />
22+
<repository location="https://download.eclipse.org/linuxtools/update-docker-5.18.1/" />
2623
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0" />
2724
</location>
2825
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
29-
<repository location="https://download.eclipse.org/lsp4e/snapshots/" />
26+
<repository location="https://download.eclipse.org/lsp4e/releases/0.27.4" />
3027
<unit id="org.eclipse.lsp4e" version="0.0.0" />
3128
<unit id="org.eclipse.lsp4e.debug" version="0.0.0" />
3229
</location>
33-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
34-
<unit id="org.eclipse.mylyn.wikitext" version="0.0.0"/>
35-
<unit id="org.eclipse.mylyn.wikitext.markdown" version="0.0.0"/>
36-
<unit id="org.eclipse.mylyn.wikitext.markdown.ui" version="0.0.0"/>
37-
<repository location="https://download.eclipse.org/mylyn/updates/release/latest/"/>
38-
</location>
3930
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4031
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/" />
4132
</location>
@@ -46,18 +37,15 @@
4637
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0" />
4738
</location>
4839
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
49-
<repository location="https://download.eclipse.org/tm4e/snapshots/" />
40+
<repository location="https://download.eclipse.org/tm4e/releases/latest/" />
5041
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0" />
5142
<unit id="org.eclipse.tm4e.language_pack.feature.feature.group" version="0.0.0" />
5243
</location>
5344
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
5445
<!-- 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. -->
55-
<repository location="https://download.eclipse.org/tools/cdt/builds/cdt/main/"/>
46+
<repository location="https://download.eclipse.org/tools/cdt/releases/12.0/cdt-12.0.0/"/>
5647
<unit id="org.eclipse.cdt.feature.group" version="0.0.0" />
5748
</location>
58-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
59-
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/latest/" />
60-
</location>
6149
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="DirectFromMaven" missingManifest="error" type="Maven">
6250
<dependencies>
6351
<dependency>

0 commit comments

Comments
 (0)