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 - 20071023

Revision as of 13:59, 23 October 2007 by Dj houghton.ca.ibm.com (Talk | contribs) (New page: ==October 23, 2007== ===3.4 M3=== Eclipse 3.4 M3 is next week...how do things look? ===Launcher=== * SWT wants an HP-UX launcher - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=207087 B...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

October 23, 2007

3.4 M3

Eclipse 3.4 M3 is next week...how do things look?

Launcher

  • SWT wants an HP-UX launcher - Bug 207087
  • Intel contributed a launcher for 3.3
  • Do we anticipate many launcher changes upcoming?
    • being able to update root files
    • open file in running Eclipse instance
      • there was something done in this space in the summer of code
      • Andrew/Pascal to investigate/summarize/prototype

Registry Notifications

There are some problems with the current notification support so we would like to make some changes.

  • IRegistryEventListener
    • added(IExtension[]/IExtPt[])
    • removed(IExtension[]/IExtPt[])
  • IExtensionRegistry
    • addListener
    • removeListener
  • notifications are currently asynchronous. new support would have options for both synchronous and asynchronous event notification?
  • Oleg to work with Tom/Pascal
  • also some cache-related work
  • More information is in bug 206936

Incubator

  • Tom will be creating a new incubator work area for OSGi framework stuff (next version of OSGi, etc)
  • tentatively called OSGi Next
  • will initially contain mostly framework changes
  • to start, will populate with all the latest OSGi interfaces
  • he will create a web page, etc and make it a real work area

Other

  • Tom released some changes to the 3.4 stream related to bug 194943

Back to the top