Skip to content

Commit

Permalink
fix broken build - add missing latest mylyn dependency
Browse files Browse the repository at this point in the history
since he latest lsp4e requires the latest version of mylyn, we have to
them as well.
  • Loading branch information
ghentschke committed May 13, 2024
1 parent 4a8aa54 commit aefa542
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
<unit id="org.eclipse.lsp4e" version="0.0.0" />
<unit id="org.eclipse.lsp4e.debug" version="0.0.0" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.mylyn.wikitext" version="0.0.0"/>
<unit id="org.eclipse.mylyn.wikitext.markdown" version="0.0.0"/>
<unit id="org.eclipse.mylyn.wikitext.markdown.ui" version="0.0.0"/>
<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/modeling/emf/emf/builds/release/latest/" />
</location>
Expand Down

0 comments on commit aefa542

Please sign in to comment.