Need way to set Bundle-Name in Eclipse help manifest
Issue
User cannot find a way to set the Bundle-Name JAR manifiest
Resolution
This will require an override to MANIFEST.MF in ..\Formats\Eclipse Help\Pages. For more information on overrides, please refer to the following:
http://docs.webworks.com/ePublisher/2010.2/Help/04.Reference_Information/1.25.How_It_Works
Edit this file in a text editor and the values will appear as such:
Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Content Plug-in Bundle-SymbolicName: $HelpId;; singleton:=true Bundle-Version: $BundleVersion; Bundle-Vendor: $HelpVendor;
Explicitly set the Bundle-Vendor, regenerate, and this should be coded to the value set.