java/SpringDemo1/SpringDemo1-war/web/WEB-INF/beans.xml
changeset 1 9a3fced9634d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/SpringDemo1/SpringDemo1-war/web/WEB-INF/beans.xml	Wed Feb 10 20:55:08 2010 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<beans xmlns="http://java.sun.com/xml/ns/javaee"
     1.6 +       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.7 +       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
     1.8 +</beans>