Hi,
when deploying a bundle to a Virgo Web Server the existing MANIFEST.MF file seems to be ignored. This results in the deployed bundle having version 0 and no package imports/exports:
The manifest file I want is in src/main/resources/META-INF/MANIFEST.MF and it is correctly displayed if I select Open MANIFEST.MF from the bundle's context menu in the Server View.Code:Manifest-Version: 1.0 Bundle-SymbolicName: test Bundle-ManifestVersion: 2
Thanks in advance,
tom


