Skip to content

Commit 9eaefb8

Browse files
committed
[build] Use wikitext feature from Eclipse releases
Wikitext update site https://download.eclipse.org/mylyn/docs/releases/ doesn't ptovide the latest version by default, so it needs to either point to a certain version (and update on the regular baasis) or switch it to be downloaded from the latest Eclipse release (to use the same version as the one used in Eclipse release)
1 parent 3089575 commit 9eaefb8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

target-platform/target-platform.target

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,13 @@
3030
<unit id="org.eclipse.rse.feature.group" version="0.0.0"/>
3131
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
3232
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
33+
<unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
3334
</location>
3435
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3536
<repository location="https://download.eclipse.org/tm4e/releases/latest/"/>
3637
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>
3738
<unit id="org.eclipse.tm4e.language_pack.feature.feature.group" version="0.0.0"/>
3839
</location>
39-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
40-
<repository location="https://download.eclipse.org/mylyn/docs/releases/"/>
41-
<unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
42-
</location>
4340
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4441
<!--⚠️ Use release when LSP4E release contains https://github.com/eclipse/lsp4e/commit/909c41fb6d80895388634f152b7f9dd20f9482b8 https://github.com/eclipse/lsp4e/commit/909c41fb6d80895388634f152b7f9dd20f9482b8 -->
4542
<!--repository location="https://download.eclipse.org/lsp4e/releases/latest/"/-->
@@ -104,4 +101,4 @@
104101
</dependencies>
105102
</location>
106103
</locations>
107-
</target>
104+
</target>

0 commit comments

Comments
 (0)