So far I was using bnd 0.3xx, doing it the old style, clicking on "Make bundle" etc. I thought it might be time to upgrade to the latest version, so I downloaded bndtools from the Eclipse Marketplace. However I am struck a little bit by the fact that the new bndtools is not really downwards compatible. I used heavily the "-output" parameter, because in a project I am working in, the filename has to follow a certain pattern. Now I find that the new bndtools version uses the Bundle-SymbolicName for the file name, and if it does not exist the Bundle-Name. Due to the guidelines in the project, I cannot alter Bundle-SymbolicName and Bundle-Name.
How can I change the output file name?