[CXF-6347] Add the Bundle-ActivationPolicy header # Conflicts: # parent/pom.xml
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/dbc72f69 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/dbc72f69 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/dbc72f69 Branch: refs/heads/2.7.x-fixes Commit: dbc72f696b96f66c36c5dc440e587a67aa38723d Parents: 5c08c8d Author: Daniel Kulp <[email protected]> Authored: Wed Oct 21 15:49:03 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Oct 30 11:07:15 2015 -0400 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/dbc72f69/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d71fec2..874b6ec 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -514,6 +514,7 @@ <configuration> <instructions> <Bundle-SymbolicName>${cxf.osgi.symbolic.name}</Bundle-SymbolicName> + <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> <Implementation-Version>${cxf.osgi.version.clean}</Implementation-Version>
