Creating composite bundle projects
Composite bundles group bundles into aggregates to ensure consistent behavior. A composite bundle contains bundles or references to bundles outside of the workspace or target platform. A composite bundle ensures consistent behavior from a set of shared bundles at a specific version.
About this task
Important: Applicable to WebSphere®
Application Server traditional
Procedure
- Click Next. The and then click New OSGi Composite Bundle Project wizard opens.
- In the Project name field, enter the name of your bundle project.
- Select a Target runtime from the drop-down list. Set the target run time to define an installed runtime environment. Run times are used at build time to compile projects. Click Next.
- In the OSGi Bundles Selection Page, select the bundles that you want to include in your composite bundle and then click Finish.
Results
Your OSGi composite bundle project is created and your composite bundle manifest, META-INF/COMPOSITEBUNDLE.MF, is added to your project. For more information about the composite bundle manifest file, refer to OSGi composite bundle manifest file.
For more information about OSGi composite bundles, see the following subtopics: