Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox Minutes - 20090421"

Line 1: Line 1:
 
== Attendees ==
 
== Attendees ==
 +
* Tom
 +
* Simon
 +
* Pascal
 +
* DJ
 +
* Andrew
 +
* Matthew
 +
* John
 +
 
== Agenda ==
 
== Agenda ==
 
* Equinox in other places.
 
* Equinox in other places.
Line 5: Line 13:
 
** The p2 feature includes p2.tools (is this dead code)
 
** The p2 feature includes p2.tools (is this dead code)
 
** What can be done in PDE to provision to targets.  It complains about missing package expected from the VM [https://bugs.eclipse.org/bugs/show_bug.cgi?id=272750 bug 272750]
 
** What can be done in PDE to provision to targets.  It complains about missing package expected from the VM [https://bugs.eclipse.org/bugs/show_bug.cgi?id=272750 bug 272750]
 +
*** We are using the slicer, Pascal describes transitive closures and strict dependencies at build time.  The slicer uses strict include mode.  This explains why we don't have the jre IU in the sliced repos.
 +
*** PDE could use the permissive slicer or create a profile (they picked the profile approach)

Revision as of 14:16, 21 April 2009

Attendees

  • Tom
  • Simon
  • Pascal
  • DJ
  • Andrew
  • Matthew
  • John

Agenda

  • Equinox in other places.
  • Equinox SDK features
    • The p2 feature includes p2.tools (is this dead code)
    • What can be done in PDE to provision to targets. It complains about missing package expected from the VM bug 272750
      • We are using the slicer, Pascal describes transitive closures and strict dependencies at build time. The slicer uses strict include mode. This explains why we don't have the jre IU in the sliced repos.
      • PDE could use the permissive slicer or create a profile (they picked the profile approach)

Back to the top