TAMAYA-344 Added lazy initialization to core. Signed-off-by: Anatole Tresch <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/2bebc0e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/2bebc0e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/2bebc0e4 Branch: refs/heads/configjsr Commit: 2bebc0e4e574330aee142c5b0f9230afbdbb1019 Parents: cf11395 Author: Anatole Tresch <[email protected]> Authored: Tue Jul 10 15:51:53 2018 +0200 Committer: Anatole Tresch <[email protected]> Committed: Tue Jul 10 15:51:53 2018 +0200 ---------------------------------------------------------------------- code/core/bnd.bnd | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/2bebc0e4/code/core/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/core/bnd.bnd b/code/core/bnd.bnd index 4ce56bb..acf249c 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: \
