You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2012/03/23 10:46:11 UTC

svn commit: r1304248 - /cxf/trunk/rt/frontend/simple/src/main/resources/schemas/blueprint/simple.xsd

Author: ningjiang
Date: Fri Mar 23 09:46:10 2012
New Revision: 1304248

URL: http://svn.apache.org/viewvc?rev=1304248&view=rev
Log:
CXF-4197 Fixed the simple blueprint schema issue

Modified:
    cxf/trunk/rt/frontend/simple/src/main/resources/schemas/blueprint/simple.xsd

Modified: cxf/trunk/rt/frontend/simple/src/main/resources/schemas/blueprint/simple.xsd
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/simple/src/main/resources/schemas/blueprint/simple.xsd?rev=1304248&r1=1304247&r2=1304248&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/simple/src/main/resources/schemas/blueprint/simple.xsd (original)
+++ cxf/trunk/rt/frontend/simple/src/main/resources/schemas/blueprint/simple.xsd Fri Mar 23 09:46:10 2012
@@ -17,12 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<xsd:schema xmlns="http://cxf.apache.org/simple"
+<xsd:schema xmlns="http://cxf.apache.org/blueprint/simple"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:beans="http://www.osgi.org/xmlns/blueprint/v1.0.0"
   xmlns:cxf-beans="http://cxf.apache.org/configuration/beans"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
   targetNamespace="http://cxf.apache.org/blueprint/simple" 
   elementFormDefault="qualified"
   attributeFormDefault="unqualified"  >