Add Automatic-Module-Name entry to manifests (#369)
Signed-off-by: Wouter Born <eclipse@maindrain.net>pull/372/head
parent
750ee5201f
commit
33c7f838fc
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.core.compat1x.test
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB 1.x Compatibility Layer Tests
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.core.compat1x
|
||||
Bundle-Activator: org.openhab.core.compat1x.internal.CompatibilityActiva
|
||||
tor
|
||||
Bundle-ClassPath:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.core
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.openhab.core.internal.CoreActivator
|
||||
Bundle-DocURL: http://www.openhab.org
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.io.jetty.certificate
|
||||
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateG
|
||||
enerator
|
||||
Bundle-Classpath: .,lib/bcpkix-jdk15on-1.52.jar,lib/bcprov-jdk15on-1.52.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.io.rest.docs
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB REST Documentation
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.io.sound
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath:
|
||||
lib/jl1.0.1.jar,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.ui.basicui
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath:
|
||||
patch/,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.ui.classicui
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath:
|
||||
patch/,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.ui.dashboard
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: openHAB Dashboard UI
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.ui.homebuilder
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: HomeBuilder User Interface
|
||||
Bundle-SymbolicName: org.openhab.ui.homebuilder
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Manifest-Version: 1.0
|
||||
Automatic-Module-Name: org.openhab.ui.paperui
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath:
|
||||
patch/,
|
||||
|
|
Loading…
Reference in New Issue