1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
#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
# Fix broken link on docs
# https://github.com/javaparser/javaparser/issues/3947
# https://github.com/bndtools/bnd/tree/master/maven-plugins/bnd-maven-plugin
Bundle-DocURL: https://javaparser.org
|