forked from mnlipp/jdrupes-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbnd.bnd
23 lines (18 loc) · 859 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
Bundle-Name: JDrupes JSON Library
Bundle-SymbolicName: org.jdrupes.json
Bundle-Copyright: Michael N. Lipp (c) 2017, 2018
Bundle-License: http://www.gnu.org/licenses/lgpl-3.0.txt
Bundle-Version: ${bundleVersion}
# This is used as the general API version for all packages.
# This being a library, individual API versions for packages don't
# really make sense.
api_version = 2.1.0.${tstamp}
-sources: true
-runee: JavaSE-11
-dsannotations:
-baseline: *
-fixupmessages: \
"The .classpath contains an unknown container: GROOVY_DSL_SUPPORT. This could make your build less portable.", \
"The .classpath contains an unknown container: org.eclipse.buildship.core.gradleclasspathcontainer. This could make your build less portable.", \
"The build path does not refer to the bnd container 'aQute.bnd.classpath.container'"
Export-Package: org.jdrupes.json