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

svn commit: r1335058 - in /cxf/branches/2.5.x-fixes: ./ rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd

Author: ay
Date: Mon May  7 15:20:09 2012
New Revision: 1335058

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

........
  r1335055 | ay | 2012-05-07 17:13:32 +0200 (Mon, 07 May 2012) | 1 line
  
  [CXF-4293] Some WS-RM scenarios may not run withn there is no internet connection
........

Modified:
    cxf/branches/2.5.x-fixes/   (props changed)
    cxf/branches/2.5.x-fixes/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd

Propchange: cxf/branches/2.5.x-fixes/
            ('svn:mergeinfo' removed)

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

Modified: cxf/branches/2.5.x-fixes/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd?rev=1335058&r1=1335057&r2=1335058&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd (original)
+++ cxf/branches/2.5.x-fixes/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager.xsd Mon May  7 15:20:09 2012
@@ -34,7 +34,7 @@
 
   <xs:include schemaLocation="wsrm-manager-types.xsd"/>
   <xs:import namespace="http://cxf.apache.org/configuration/beans" schemaLocation="http://cxf.apache.org/schemas/configuration/cxf-beans.xsd"/>
-  <xs:import namespace="http://schemas.xmlsoap.org/ws/2005/02/rm/policy" schemaLocation="wsrm-policy.xsd"/>
+  <xs:import namespace="http://schemas.xmlsoap.org/ws/2005/02/rm/policy" schemaLocation="http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd"/>
 
 
   <xs:complexType name="identifiedType" abstract="true">