Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Equinox Minutes - 20090317

Revision as of 14:26, 17 March 2009 by Tjwatson.us.ibm.com (Talk | contribs) (Agenda)

Attendees

Tom John Simon Pascal Andrew DJ

Agenda

  • org.eclipse.equinox.concurrent is in the SDK. This is unintentional because of an optional dependency by ECF. It is too late to fix for M6. What do we do for M7? Leave it or take steps to remove?
    • use a greed flag in the bundle
    • should greed flag be false by default? This way we do not automatically install optional stuff.
      • Is this too much change? Would it require more UI to ask user to install optional stuff?
      • Bundle dependencies not greedy, feature dependencies should be greedy?
      • using p2.inf is more safe to disable greedy on per bundle dependency.
  • OBR and p2. New RFP created. How should we be involved?

Back to the top