File: bnd.bnd.template

package info (click to toggle)
javaparser 3.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,240 kB
  • sloc: java: 207,515; xml: 1,814; sh: 244; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
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