mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
e075df30f8
Signed-off-by: Kai Kreuzer <kai@openhab.org>
11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
Bundle-SymbolicName: ${project.artifactId}
|
|
Automatic-Module-Name: ${def;bsn}
|
|
Import-Package: \
|
|
org.eclipse.jdt.annotation.*;resolution:=optional,\
|
|
org.openhab.*;version=!,\
|
|
!net.sf.cglib.proxy,\
|
|
gnu.io;version="[3.12,6)",\
|
|
*
|
|
-sources: false
|
|
-contract: *
|