download (${FILEINFO})
| OSGi manifest attributes | |
| Bundle-Name | ${Bundle-Name} | 
| Bundle-SymbolicName | ${Bundle-SymbolicName} | 
| Bundle-Version | ${Bundle-Version} | 
| Bundle-Description | ${Bundle-Description} | 
| Bundle-Vendor | ${Bundle-Vendor} | 
| Bundle-ContactAddress | ${Bundle-ContactAddress} | 
| Bundle-License | ${Bundle-License} | 
| Bundle-DocURL | ${Bundle-DocURL} | 
| Bundle-ManifestVersion | ${Bundle-ManifestVersion} | 
| Bundle-Activator | ${Bundle-Activator} | 
| Bundle-Classpath | ${Bundle-Classpath} | 
| Export-Package | ${Export-Package} | 
| Import-Package | ${Import-Package} | 
| Dynamic-ImportPackage | ${DynamicImport-Package} | 
| Provide-Capability | ${Provide-Capability} | 
| Require-Capability | ${Require-Capability} | 
| Other manifest attributes | |
The first column is the providing bundle and the second column lists the sub-set of its provided packages that are required by this bundle.
The first column is the requiring bundle and the second column lists the sub-set of capabilities that this bundle may provide to the requiring bundle.