* @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
*/
public void start(BundleContext ctxt) throws Exception {
plugin = this;
this.context = ctxt;
servicePublicationHandler = new ServicePublicationHandler();
servicePublicationTracker = new ServiceTracker(context,
ServicePublication.class.getName(), servicePublicationHandler);
servicePublicationTracker.open();