[java-idp-testbed COMMIT] in /trunk/src/main/resources/system/conf: mvc-beans.xml testbed-beans.xml testbed-ldap.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Feb 10 17:04:29 EST 2014


Author: scantor
Date: Mon Feb 10 17:04:29 2014
New Revision: 145

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=145&view=rev
Log:
IDP-303: Update Spring schema locations

Modified:
    trunk/src/main/resources/system/conf/mvc-beans.xml
    trunk/src/main/resources/system/conf/testbed-beans.xml
    trunk/src/main/resources/system/conf/testbed-ldap.xml

Modified: trunk/src/main/resources/system/conf/mvc-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/system/conf/mvc-beans.xml?rev=145&r1=144&r2=145&view=diff
==============================================================================
--- trunk/src/main/resources/system/conf/mvc-beans.xml (original)
+++ trunk/src/main/resources/system/conf/mvc-beans.xml Mon Feb 10 17:04:29 2014
@@ -5,9 +5,9 @@
        xmlns:util="http://www.springframework.org/schema/util"
        xmlns:p="http://www.springframework.org/schema/p"
        xmlns:c="http://www.springframework.org/schema/c"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:/org/springframework/beans/factory/xml/spring-beans-3.2.xsd
-                           http://www.springframework.org/schema/context classpath:/org/springframework/context/config/spring-context-3.2.xsd
-                           http://www.springframework.org/schema/util classpath:/org/springframework/beans/factory/xml/spring-util-3.2.xsd">
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+                           http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+                           http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
 
     
     <!-- HandlerMappings: Prefer first the WebFlow one, then the standard Spring MVC default ones.

Modified: trunk/src/main/resources/system/conf/testbed-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/system/conf/testbed-beans.xml?rev=145&r1=144&r2=145&view=diff
==============================================================================
--- trunk/src/main/resources/system/conf/testbed-beans.xml (original)
+++ trunk/src/main/resources/system/conf/testbed-beans.xml Mon Feb 10 17:04:29 2014
@@ -4,9 +4,9 @@
        xmlns:p="http://www.springframework.org/schema/p"
        xmlns:c="http://www.springframework.org/schema/c"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:/org/springframework/beans/factory/xml/spring-beans-3.2.xsd
-                           http://www.springframework.org/schema/context classpath:/org/springframework/context/config/spring-context-3.2.xsd
-                           http://www.springframework.org/schema/util classpath:/org/springframework/beans/factory/xml/spring-util-3.2.xsd"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+                           http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+                           http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
 
        default-init-method="initialize"
        default-destroy-method="destroy">

Modified: trunk/src/main/resources/system/conf/testbed-ldap.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/system/conf/testbed-ldap.xml?rev=145&r1=144&r2=145&view=diff
==============================================================================
--- trunk/src/main/resources/system/conf/testbed-ldap.xml (original)
+++ trunk/src/main/resources/system/conf/testbed-ldap.xml Mon Feb 10 17:04:29 2014
@@ -4,9 +4,9 @@
        xmlns:p="http://www.springframework.org/schema/p"
        xmlns:c="http://www.springframework.org/schema/c"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:/org/springframework/beans/factory/xml/spring-beans-3.2.xsd
-                           http://www.springframework.org/schema/context classpath:/org/springframework/context/config/spring-context-3.2.xsd
-                           http://www.springframework.org/schema/util classpath:/org/springframework/beans/factory/xml/spring-util-3.2.xsd"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+                           http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+                           http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
 
        default-init-method="initialize"
        default-destroy-method="destroy">



More information about the commits mailing list