Skip to content

Commit 5f2fcd0

Browse files
committed
Fix missing mylyn.wikitext dependency
lsp4e depends on mylyn.wikitext but it could not be found. For example: https://github.com/eclipse-cdt/cdt/actions/runs/9026888723/job/24804874235?pr=778
1 parent 6b14816 commit 5f2fcd0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="cdt" sequenceNumber="157">
3+
<target name="cdt" sequenceNumber="158">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<repository location="https://download.eclipse.org/cbi/updates/license/" />
@@ -14,6 +14,9 @@
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>
1720
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1821
<repository location="https://download.eclipse.org/egit/updates" />
1922
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />

0 commit comments

Comments
 (0)