Repository: incubator-tamaya Updated Branches: refs/heads/master 27d62b056 -> f33fb9d0c
TAMAYA-344 Added lazy activation policy to API/core. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/f33fb9d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/f33fb9d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/f33fb9d0 Branch: refs/heads/master Commit: f33fb9d0c3a45311920b8d2554ce4dd3fc37e89a Parents: 27d62b0 Author: Anatole Tresch <[email protected]> Authored: Tue Jul 10 15:46:31 2018 +0200 Committer: Anatole Tresch <[email protected]> Committed: Tue Jul 10 15:46:31 2018 +0200 ---------------------------------------------------------------------- code/api/bnd.bnd | 1 + code/core/bnd.bnd | 1 + code/spi-support/bnd.bnd | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/f33fb9d0/code/api/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/api/bnd.bnd b/code/api/bnd.bnd index 97f65cc..0ad7821 100644 --- a/code/api/bnd.bnd +++ b/code/api/bnd.bnd @@ -20,6 +20,7 @@ Bundle-License: Apache Licence version 2 Bundle-Vendor: Apache Software Foundation Bundle-ContactAddress: [email protected] Bundle-DocURL: http://tamaya.apache.org +Bundle-ActivationPolicy: lazy Export-Package: \ org.apache.tamaya,\ org.apache.tamaya.spi http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/f33fb9d0/code/core/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/core/bnd.bnd b/code/core/bnd.bnd index e029d21..bde0525 100644 --- a/code/core/bnd.bnd +++ b/code/core/bnd.bnd @@ -21,6 +21,7 @@ Bundle-Vendor: Apache Software Foundation Bundle-ContactAddress: [email protected] Bundle-DocURL: http://tamaya.apache.org Bundle-Activator: org.apache.tamaya.core.OSGIActivator +Bundle-ActivationPolicy: lazy Export-Package: \ org.apache.tamaya.core Import-Package: \ http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/f33fb9d0/code/spi-support/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/spi-support/bnd.bnd b/code/spi-support/bnd.bnd index 89db115..2dc253a 100644 --- a/code/spi-support/bnd.bnd +++ b/code/spi-support/bnd.bnd @@ -10,6 +10,7 @@ javac.source: 1.8 javac.target: 1.8 Automatic-Module-Name: org.apache.tamaya.spisupport +Bundle-ActivationPolicy: lazy Bundle-Version: ${version}.${tstamp} Bundle-Name: Apache Tamaya - SPI Support Bundle-SymbolicName: org.apache.tamaya.spisupport
