| #Note: the bnd.bnd file is generated by the run_core_generators.sh script (specifically, by the BndGenerator). | |
| # Make the Bundle-SymbolicName fully qualified, not just the artifact id | |
| Bundle-SymbolicName: com.github.javaparser.javaparser-core | |
| # Export all packages except impl | |
| -exportcontents: {exportedPackages} | |
| # Don't use the project's version for the packages | |
| # We prefer not setting a version as we don't follow OSGi version semantics | |
| -nodefaultversion: true |