1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Schema updates to Spring 3.0

This commit is contained in:
Luke Taylor
2009-12-18 18:44:17 +00:00
parent 75311bad9a
commit fac07ba8ff
22 changed files with 32 additions and 32 deletions
@@ -5,8 +5,8 @@
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:security="http://www.springframework.org/schema/security"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd">
<global-method-security pre-post-annotations="enabled">