-
Notifications
You must be signed in to change notification settings - Fork 21
/
bnd.bnd
18 lines (15 loc) · 889 Bytes
/
bnd.bnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Automatic-Module-Name: ${project.ext.moduleName}
Export-Package: ${project.ext.moduleName}
Bundle-Vendor: ${project.vendor}
Bundle-Version: ${project.version}
Bundle-License: ${project.license}
Bundle-DocURL: ${project.docURL}
Bundle-Name: ${project.description}
Bundle-SymbolicName: ${project.group}.${project.name}
Bundle-SCM: url=https://github.com/trellis-ldp/trellis, \
connection=scm:git:https://github.com/trellis-ldp/trellis.git, \
developerConnection=scm:git:git@github.com:trellis-ldp/trellis.git
Require-Capability: osgi.extender; filter:="(osgi.extender=osgi.serviceloader.processor)", \
osgi.serviceloader; \
filter:="(osgi.serviceloader=org.apache.commons.rdf.api.RDF)"; \
resolution:=mandatory