You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/05/10 17:45:52 UTC

svn commit: r1481063 - /cxf/branches/2.7.x-fixes/osgi/bundle/compatible/pom.xml

Author: dkulp
Date: Fri May 10 15:45:52 2013
New Revision: 1481063

URL: http://svn.apache.org/r1481063
Log:
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.7.x-fixes/osgi/bundle/compatible/pom.xml

Modified: cxf/branches/2.7.x-fixes/osgi/bundle/compatible/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/osgi/bundle/compatible/pom.xml?rev=1481063&r1=1481062&r2=1481063&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/osgi/bundle/compatible/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/osgi/bundle/compatible/pom.xml Fri May 10 15:45:52 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>