Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...