j3.27.0.0 working

This commit is contained in:
Mann Patel
2025-10-11 02:02:27 -06:00
parent 6c591bbf37
commit d80c25c5d7
2973 changed files with 383519 additions and 51603 deletions

View File

@@ -0,0 +1,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