[CXF-6347] Add the Bundle-ActivationPolicy header

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d7d956a7
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d7d956a7
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d7d956a7

Branch: refs/heads/3.0.x-fixes
Commit: d7d956a78177a2bd128d0366f7cacc75a74f676c
Parents: 884644d
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Oct 21 15:49:03 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Oct 22 10:35:56 2015 -0400

----------------------------------------------------------------------
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/d7d956a7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f3337e9..b3f1539 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -568,6 +568,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>

Reply via email to