Skip to content

Commit

Permalink
Add apache.aries.spifly.bundle to list of recommended auto-start bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 24, 2023
1 parent 33bef87 commit 1d084cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ private static String[] getButtonLabels() {
* obtain this list from another source that uses the same format.
*/
private static final Map<String, Integer> RECOMMENDED_AUTOSTART_BUNDLES = Map.of( //
"org.apache.aries.spifly.dynamic.bundle", 2, //$NON-NLS-1$
"org.apache.felix.scr", 2, //$NON-NLS-1$
"org.eclipse.core.runtime", 0, //$NON-NLS-1$
"org.eclipse.equinox.common", 2, //$NON-NLS-1$
Expand Down

0 comments on commit 1d084cd

Please sign in to comment.