Repository: wicket
Updated Branches:
  refs/heads/master e87e47add -> e004c08e5


Update the XML schema location


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e004c08e
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e004c08e
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e004c08e

Branch: refs/heads/master
Commit: e004c08e528ed478710613f8d3094a23d431815e
Parents: e87e47a
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Thu Oct 2 17:25:18 2014 +0200
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Thu Oct 2 17:25:18 2014 +0200

----------------------------------------------------------------------
 .../test/java/org/apache/wicket/spring/applicationContext.xml  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e004c08e/wicket-spring/src/test/java/org/apache/wicket/spring/applicationContext.xml
----------------------------------------------------------------------
diff --git 
a/wicket-spring/src/test/java/org/apache/wicket/spring/applicationContext.xml 
b/wicket-spring/src/test/java/org/apache/wicket/spring/applicationContext.xml
index d1a961d..7d05c62 100644
--- 
a/wicket-spring/src/test/java/org/apache/wicket/spring/applicationContext.xml
+++ 
b/wicket-spring/src/test/java/org/apache/wicket/spring/applicationContext.xml
@@ -15,9 +15,11 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" 
"http://www.springframework.org/dtd/spring-beans.dtd";>
+<beans xmlns="http://www.springframework.org/schema/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";>
 
-<beans>
        <bean 
class="org.apache.wicket.spring.SpringWebApplicationFactoryTest$Application" />
        
        <bean id="watcher" 
class="org.apache.wicket.spring.SpringWebApplicationFactoryTest$Destroyable" 
destroy-method="destroy" />

Reply via email to