Previous Topic: Set Up the Bundle Builder ToolNext Topic: Options in the Bundle Manifest


Create a Bundle Manifest

Every bundle must contain a bundle manifest, which is a Java manifest file that contains OSGi-specific headers. These headers provide the OSGi container with the following information about the bundle:

Note: The name of the manifest file must be manifest.mf, in lower-case.

Follow these steps:

  1. Locate the sample manifest, then copy and rename the file.
  2. Open the new file in a text editor and update the information.