Skip to content

Commit

Permalink
Fix missing mylyn.wikitext dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MarkZ3 committed May 10, 2024
1 parent 6b14816 commit 5f2fcd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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="157">
<target name="cdt" sequenceNumber="158">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/" />
Expand All @@ -14,6 +14,9 @@
<unit id="org.eclipse.test.feature.group" version="0.0.0" />
<unit id="org.eclipse.unittest.ui" version="0.0.0" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/mylyn/updates/release/latest/" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/egit/updates" />
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
Expand Down

0 comments on commit 5f2fcd0

Please sign in to comment.