From 049359cde364367758bb03f2e7be6be941997786 Mon Sep 17 00:00:00 2001 From: Martin Ellis Date: Mon, 13 Aug 2012 14:25:30 +0100 Subject: [PATCH] Add Bundle-ActivationPolicy to OSGi manifest. Set the Bundle-ActivationPolicy to 'lazy'. According to the OSGi wiki: "This can improve performance in a system with many bundles, where instead of starting them they may be placed into a lazy state, and only activated when they are actually used." -- http://wiki.osgi.org/wiki/Bundle-ActivationPolicy 'Lazy' is fine for jmustache, because it has no bundle activator, and does not provide any OSGi services that need to be registered. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 21f54da..07307e5 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,7 @@ true + lazy <_removeheaders> Bnd*,Created-By,Include-Resource,Private-Package,Tool