blob: 23ffe8515bd1a8252012b45aa50fa9910db388f0 [file] [log] [blame]
Robert Munteanu484fee72016-07-20 15:40:01 +03001# Make the Bundle-SymbolicName fully qualified, not just the artifact id
2Bundle-SymbolicName: com.github.javaparser.javaparser-core
3
4# Export all packages except impl
5-exportcontents: \
6 com.github.javaparser, \
7 com.github.javaparser.ast, \
8 com.github.javaparser.ast.body, \
9 com.github.javaparser.ast.comments, \
10 com.github.javaparser.ast.expr, \
11 com.github.javaparser.ast.stmt, \
12 com.github.javaparser.ast.type, \
13 com.github.javaparser.ast.visitor
14
15# Don't use the project's version for the packages
16# We prefer not setting a version as we don't follow OSGi version semantics
17-nodefaultversion: true