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

Difference between revisions of "Auto-conf meeting agenda"

(Meeting Agenda)
(Meeting Agenda)
Line 1: Line 1:
 
==Meeting Agenda==
 
==Meeting Agenda==
  
* Midterm evaluation
+
===Candidates for a convenience library===
* Preferences > Java > Installed JREs > Search (investigate implementation...)
+
/** Returns the OSGi service named serviceName */
** org.eclipse.jdt.internal.debug.ui.jres.InstalledJREsBlock#search()
+
Object getService(String serviceName, BundleContext context)
** org.eclipse.jdt.internal.debug.ui.jres.InstalledJREsBlock#search(File, List, List, Set, IProgressMonitor)
+
* Dynamic discovery and undiscovery
+
** fs
+
** general
+
* participate in SOC update site?
+
* After the JRE examples are done, what next?
+
* Track bugs on the main wiki page?
+
** What's the advantage over bugs.eclipse.org? If there is one...
+

Revision as of 15:06, 19 July 2007

Meeting Agenda

Candidates for a convenience library

/** Returns the OSGi service named serviceName */ Object getService(String serviceName, BundleContext context)

Back to the top