Skip to content

Commit

Permalink
[Setup] Add JGit LFS to Platform Aggregator setup
Browse files Browse the repository at this point in the history
The eclipse.platform.swt sub-module contains Git LFS content. Therefore
in order to fully pull it with EGit/JGit the LFS plug-in is necessary.
  • Loading branch information
HannesWell committed Jan 14, 2024
1 parent c58be0a commit c9319f2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,26 @@
key="/instance/org.eclipse.pde.api.tools/MISSING_EE_DESCRIPTIONS"
value="Warning"/>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.egit.ui">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.egit.ui/auto_lfs_config"
value="true"/>
</setupTask>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="Platform">
label="Platform and Git LFS">
<requirement
name="org.eclipse.platform.feature.group"/>
<requirement
name="org.eclipse.jdt.feature.group"/>
<requirement
name="org.eclipse.pde.feature.group"/>
<requirement
name="org.eclipse.jgit.lfs"/>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
Expand Down

0 comments on commit c9319f2

Please sign in to comment.