forked from unitsofmeasurement/uom-systems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbnd.bnd
32 lines (26 loc) · 865 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
27
28
29
30
31
32
# 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
-testpath: \
${junit}
# JPMS
Automatic-Module-Name: systems.uom.quantity
# Bundle description
Bundle-Version: ${project.version}.${tstamp}
Bundle-Name: Units of Measurement System Quantities
Bundle-SymbolicName: systems.uom.quantity
Bundle-Description: Units of Measurement - System Quantities
Bundle-Category: Interface
Bundle-Copyright: (C) 2005, 2020 Units of Measurement
Bundle-License: BSD 3-Clause
Bundle-Vendor: Units of Measurement
Bundle-DocURL: http://uom.techology
# Bundle capabilities and requirements
Import-Package: *
Export-Package: systems.uom.quantity