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 2011/01/03 23:12:47 UTC

svn commit: r1054797 - in /cxf/branches/2.3.x-fixes: ./ rt/transports/http-osgi/src/main/resources/META-INF/cxf/osgi/cxf-extension-osgi.xml

Author: dkulp
Date: Mon Jan  3 22:12:47 2011
New Revision: 1054797

URL: http://svn.apache.org/viewvc?rev=1054797&view=rev
Log:
Merged revisions 1050495 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1050495 | cschneider | 2010-12-17 16:31:26 -0500 (Fri, 17 Dec 2010) | 1 line
  
  CXF-3183 added http transport id
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/rt/transports/http-osgi/src/main/resources/META-INF/cxf/osgi/cxf-extension-osgi.xml

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/rt/transports/http-osgi/src/main/resources/META-INF/cxf/osgi/cxf-extension-osgi.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/http-osgi/src/main/resources/META-INF/cxf/osgi/cxf-extension-osgi.xml?rev=1054797&r1=1054796&r2=1054797&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/http-osgi/src/main/resources/META-INF/cxf/osgi/cxf-extension-osgi.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/http-osgi/src/main/resources/META-INF/cxf/osgi/cxf-extension-osgi.xml Mon Jan  3 22:12:47 2011
@@ -33,6 +33,7 @@ http://www.springframework.org/schema/os
         <property name="transportIds">
              <list>
                 <value>http://cxf.apache.org/transports/http</value>
+ 	            <value>http://cxf.apache.org/transports/http</value>
                 <value>http://cxf.apache.org/transports/http/configuration</value>
                 <value>http://schemas.xmlsoap.org/wsdl/http</value>
                 <value>http://schemas.xmlsoap.org/wsdl/http/</value>