Author: veithen
Date: Thu Mar  4 22:06:34 2010
New Revision: 919199

URL: http://svn.apache.org/viewvc?rev=919199&view=rev
Log:
Changed schema location to a location on Apache Subversion repository.

Modified:
    
cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/META-INF/spring.schemas
    
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_jms_custom_headers/applicationContext.xml
    
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_spring_http_auth_jaxws_oneway/WEB-INF/beans.xml
    
cxf/sandbox/veithen/cxf-spring-security/samples/jax-rs/src/main/webapp/WEB-INF/applicationContext.xml
    
cxf/sandbox/veithen/cxf-spring-security/samples/wss/src/main/webapp/WEB-INF/applicationContext.xml

Modified: 
cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/META-INF/spring.schemas
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/META-INF/spring.schemas?rev=919199&r1=919198&r2=919199&view=diff
==============================================================================
--- 
cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/META-INF/spring.schemas
 (original)
+++ 
cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/META-INF/spring.schemas
 Thu Mar  4 22:06:34 2010
@@ -19,4 +19,4 @@
 #
 #
 #http\://cxf.apache.org/schemas/spring-security.xsd=schemas/spring-security.xsd
-http\://cxf-spring-security.googlecode.com/svn/trunk/cxf-spring-security/src/main/resources/schemas/spring-security.xsd=schemas/spring-security.xsd
\ No newline at end of file
+https\://svn.apache.org/repos/asf/cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/schemas/spring-security.xsd=schemas/spring-security.xsd
\ No newline at end of file

Modified: 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_jms_custom_headers/applicationContext.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_jms_custom_headers/applicationContext.xml?rev=919199&r1=919198&r2=919199&view=diff
==============================================================================
--- 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_jms_custom_headers/applicationContext.xml
 (original)
+++ 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_jms_custom_headers/applicationContext.xml
 Thu Mar  4 22:06:34 2010
@@ -29,7 +29,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
                            http://www.springframework.org/schema/security 
http://www.springframework.org/schema/security/spring-security-2.0.4.xsd
                            http://cxf.apache.org/jaxws 
http://cxf.apache.org/schemas/jaxws.xsd
-                           http://cxf.apache.org/spring-security 
http://cxf-spring-security.googlecode.com/svn/trunk/cxf-spring-security/src/main/resources/schemas/spring-security.xsd
+                           http://cxf.apache.org/spring-security 
https://svn.apache.org/repos/asf/cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/schemas/spring-security.xsd
                            http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core.xsd";
        default-autowire="byName">
 

Modified: 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_spring_http_auth_jaxws_oneway/WEB-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_spring_http_auth_jaxws_oneway/WEB-INF/beans.xml?rev=919199&r1=919198&r2=919199&view=diff
==============================================================================
--- 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_spring_http_auth_jaxws_oneway/WEB-INF/beans.xml
 (original)
+++ 
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/src/test/resources/security_spring_http_auth_jaxws_oneway/WEB-INF/beans.xml
 Thu Mar  4 22:06:34 2010
@@ -25,7 +25,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
                            http://www.springframework.org/schema/security 
http://www.springframework.org/schema/security/spring-security-2.0.4.xsd
                            http://cxf.apache.org/jaxws 
http://cxf.apache.org/schemas/jaxws.xsd
-                           http://cxf.apache.org/spring-security 
http://cxf-spring-security.googlecode.com/svn/trunk/cxf-spring-security/src/main/resources/schemas/spring-security.xsd";>
+                           http://cxf.apache.org/spring-security 
https://svn.apache.org/repos/asf/cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/schemas/spring-security.xsd";>
 
     <import resource="classpath:META-INF/cxf/cxf.xml"/>
     <import resource="classpath*:META-INF/cxf/cxf-*.xml"/>

Modified: 
cxf/sandbox/veithen/cxf-spring-security/samples/jax-rs/src/main/webapp/WEB-INF/applicationContext.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/samples/jax-rs/src/main/webapp/WEB-INF/applicationContext.xml?rev=919199&r1=919198&r2=919199&view=diff
==============================================================================
--- 
cxf/sandbox/veithen/cxf-spring-security/samples/jax-rs/src/main/webapp/WEB-INF/applicationContext.xml
 (original)
+++ 
cxf/sandbox/veithen/cxf-spring-security/samples/jax-rs/src/main/webapp/WEB-INF/applicationContext.xml
 Thu Mar  4 22:06:34 2010
@@ -7,7 +7,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
                            http://www.springframework.org/schema/security 
http://www.springframework.org/schema/security/spring-security-2.0.4.xsd
                            http://cxf.apache.org/jaxrs 
http://cxf.apache.org/schemas/jaxrs.xsd
-                           http://cxf.apache.org/spring-security 
http://cxf-spring-security.googlecode.com/svn/trunk/cxf-spring-security/src/main/resources/schemas/spring-security.xsd";
+                           http://cxf.apache.org/spring-security 
https://svn.apache.org/repos/asf/cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/schemas/spring-security.xsd";
        default-autowire="byName">
 
     <import resource="classpath:META-INF/cxf/cxf.xml"/>

Modified: 
cxf/sandbox/veithen/cxf-spring-security/samples/wss/src/main/webapp/WEB-INF/applicationContext.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/samples/wss/src/main/webapp/WEB-INF/applicationContext.xml?rev=919199&r1=919198&r2=919199&view=diff
==============================================================================
--- 
cxf/sandbox/veithen/cxf-spring-security/samples/wss/src/main/webapp/WEB-INF/applicationContext.xml
 (original)
+++ 
cxf/sandbox/veithen/cxf-spring-security/samples/wss/src/main/webapp/WEB-INF/applicationContext.xml
 Thu Mar  4 22:06:34 2010
@@ -7,7 +7,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
                            http://www.springframework.org/schema/security 
http://www.springframework.org/schema/security/spring-security-2.0.4.xsd
                            http://cxf.apache.org/simple 
http://cxf.apache.org/schemas/simple.xsd
-                           http://cxf.apache.org/spring-security 
http://cxf-spring-security.googlecode.com/svn/trunk/cxf-spring-security/src/main/resources/schemas/spring-security.xsd";
+                           http://cxf.apache.org/spring-security 
https://svn.apache.org/repos/asf/cxf/sandbox/veithen/cxf-spring-security/cxf-spring-security/src/main/resources/schemas/spring-security.xsd";
        default-autowire="byName">
 
     <import resource="classpath:META-INF/cxf/cxf.xml"/>


Reply via email to