DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
As before, much of the meta-data in the manifest file above is for human consumption. We specify which class is used to activate our bundle via the Bundle-Activator attribute (this is the class that implements the BundleActivator interface) and also specify that our bundle exports a shared package using the Export-Package attribute. The Export-Package attribute makes it possible for other bundles to import our dictionary service interface.
...