Repository: incubator-tamaya Updated Branches: refs/heads/master f33fb9d0c -> f0043f47b
TAMAYA-344 Removed unnecessary lazy activation policy. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/f0043f47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/f0043f47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/f0043f47 Branch: refs/heads/master Commit: f0043f47bf2ce025f6344dd8ab1551de635c0f48 Parents: f33fb9d Author: Anatole Tresch <[email protected]> Authored: Tue Jul 10 15:53:52 2018 +0200 Committer: Anatole Tresch <[email protected]> Committed: Tue Jul 10 15:53:52 2018 +0200 ---------------------------------------------------------------------- code/api/bnd.bnd | 1 - code/spi-support/bnd.bnd | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/f0043f47/code/api/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/api/bnd.bnd b/code/api/bnd.bnd index 0ad7821..97f65cc 100644 --- a/code/api/bnd.bnd +++ b/code/api/bnd.bnd @@ -20,7 +20,6 @@ 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/f0043f47/code/spi-support/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/spi-support/bnd.bnd b/code/spi-support/bnd.bnd index 2dc253a..89db115 100644 --- a/code/spi-support/bnd.bnd +++ b/code/spi-support/bnd.bnd @@ -10,7 +10,6 @@ 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
