Files
Software-Analysis/Assignment-2/javaparser-javaparser-parent-3.27.0/javaparser-core/bnd.bnd.template
2025-10-11 02:02:27 -06:00

17 lines
665 B
Plaintext

#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