Viewing deployment manifest files
Before you begin
About this task
The deployment manifest, META-INF/DEPLOYMENT.MF, specifies all the bundles that make up the application, including bundles that are required following dependency analysis. The deployment manifest specifies the actual version of each bundle that is used in the application. It is created automatically when an EBA asset is installed and it ensures that each time an application server starts, the bundles that make up the application are the same.
Note: You cannot edit a deployment manifest file directly. The deployment
manifest file is automatically generated when you install your OSGi
application on the server.
Procedure
- In Enterprise Explorer, expand your application project.
- Expand META-INF and then double-click DEPLOYMENT.MF to open your deployment manifest in the editor.