forked from JavaMoney/jsr354-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bnd.bnd
26 lines (23 loc) · 791 Bytes
/
bnd.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
# Javac settings
javac.source: 1.8
javac.target: 1.8
# Override automatic runtime requirement when building with JDK9+
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=8.0))"
-buildpath: \
osgi.annotation; version=6.0.0,\
osgi.core; version=6.0,\
osgi.cmpn; version=6.0
Bundle-Version: ${project.version}.${tstamp}
Bundle-Name: JavaMoney API
Bundle-SymbolicName: javax.money
Bundle-Description: JavaMoney - API
Bundle-Category: Implementation
Bundle-Copyright: (C) Trivadis AG, Werner Keil, Otavio Santana
Bundle-License: JSR 354 Spec Evaluation/Implementation License
Bundle-Vendor: Trivadis AG, Werner Keil, Otavio Santana
Bundle-DocURL: http://www.javamoney.org
Export-Package: \
javax.money,\
javax.money.spi,\
javax.money.convert,\
javax.money.format