Skip to content

Commit

Permalink
Fix the 'Bundle Pool' option for the Eclipse Installer
Browse files Browse the repository at this point in the history
Before this commit, if someone ticked the 'Bundle Pool' option in the
Eclipse Installer while installing Epsilon, the target platform would
stop resolving and show 0 plugins.

Comparing the Oomph file used to install Eclipse products and our own
configuration, I found the first one to include 'Installation' and 'P2
Director' elements at the root, in addition to the specific configs.
Copying these elements to our Oomph file fixed the issue.
  • Loading branch information
agarciadom committed Jan 9, 2025
1 parent c23d79d commit d8790b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions releng/org.eclipse.epsilon.releng/epsilonUse.setup
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,16 @@
</setupTask>
<description>Creates the workspace and points Eclipse to it, with default preferences pre-configured.</description>
</setupTask>
<setupTask
xsi:type="setup:InstallationTask"
id="installation"/>
<setupTask
xsi:type="setup.p2:P2Task">
<requirement
name="org.eclipse.oomph.setup.feature.group"/>
<repository
url="${oomph.update.url}"/>
</setupTask>
<version name="2.6"
requiredJavaVersion="17">
<setupTask
Expand Down

0 comments on commit d8790b6

Please sign in to comment.