File: bnd.bnd

package info (click to toggle)
libgoogle-gson-java 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,444 kB
  • sloc: java: 31,011; xml: 1,056; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Bundle-SymbolicName: com.google.gson
Bundle-Name: ${project.name}
Bundle-Description: ${project.description}
Bundle-Vendor: Google Gson Project
Bundle-ContactAddress: ${project.parent.url}
Bundle-RequiredExecutionEnvironment: JavaSE-1.7, JavaSE-1.8
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))"

# Optional dependency for JDK's sun.misc.Unsafe
# https://bnd.bndtools.org/chapters/920-faq.html#remove-unwanted-imports-
Import-Package: sun.misc;resolution:=optional, *

-removeheaders: Private-Package

-exportcontents:\
    com.google.gson,\
    com.google.gson.annotations,\
    com.google.gson.reflect,\
    com.google.gson.stream