Author: dkulp Date: Fri May 17 18:09:28 2013 New Revision: 1483932 URL: http://svn.apache.org/r1483932 Log: Merged revisions 1481063 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes
........ r1481063 | dkulp | 2013-05-10 11:45:52 -0400 (Fri, 10 May 2013) | 10 lines Merged revisions 1481062 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1481062 | dkulp | 2013-05-10 11:43:39 -0400 (Fri, 10 May 2013) | 2 lines Add a few more to the compat bundle so hopefully the OBR may pick them up if a module use the Require-Bundle thing. SHould make it a bit more compatible with previous versions. ........ ........ Modified: cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml Modified: cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml?rev=1483932&r1=1483931&r2=1483932&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml (original) +++ cxf/branches/2.6.x-fixes/osgi/bundle/compatible/pom.xml Fri May 17 18:09:28 2013 @@ -268,6 +268,9 @@ org.apache.cxf.cxf-rt-frontend-jaxws;visibility:=reexport, org.apache.cxf.cxf-rt-frontend-jaxrs;visibility:=reexport, org.apache.cxf.cxf-rt-transports-http;visibility:=reexport, + org.apache.cxf.cxf-rt-bindings-soap;visibility:=reexport, + org.apache.cxf.cxf-rt-ws-security;visibility:=reexport, + org.apache.cxf.cxf-rt-ws-rm;visibility:=reexport, org.springframework.beans</Require-Bundle> <_failok>true</_failok> <_nouses>true</_nouses>
