forked from domino-osgi/domino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
osgi.bnd
31 lines (26 loc) · 1.07 KB
/
osgi.bnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Bundle-SymbolicName: ${bundle.symbolicName}
Import-Package: \
scala.*;version="[${scalaBinVersion},${scalaBinVersion}.50)", \
org.slf4j.*;resolution:=optional, \
*
Private-Package: \
${bundle.namespace}.logging.internal
Export-Package: \
${bundle.namespace};version="3.0.0", \
${bundle.namespace}.bundle_watching;version="2.0.0", \
${bundle.namespace}.capsule;version="1.1.0", \
${bundle.namespace}.configuration_watching;version="2.0.0", \
${bundle.namespace}.logging;version="1.1.0", \
${bundle.namespace}.scala_logging;version="1.1.0", \
${bundle.namespace}.scala_osgi_metatype;version="1.1.0", \
${bundle.namespace}.scala_osgi_metatype.adapters;version="1.1.0", \
${bundle.namespace}.scala_osgi_metatype.builders;version="1.1.0", \
${bundle.namespace}.scala_osgi_metatype.interfaces;version="1.2.0", \
${bundle.namespace}.service_consuming;version="1.1.0", \
${bundle.namespace}.service_providing;version="2.1.0", \
${bundle.namespace}.service_watching;version="2.0.0"
#Include-Resource: \
# LICENSE, \
# README.adoc, \
# FAQ.adoc, \
# UserGuide.adoc