From f7724e5be27fa0fba197fc6d38cbf33990682fc7 Mon Sep 17 00:00:00 2001 From: Lasse Westh-Nielsen Date: Thu, 13 Sep 2012 11:27:22 +0100 Subject: [PATCH] cleanup --- spring-data-neo4j-examples/cineasts/pom.xml | 2 +- ...Context-security.xml => applicationContext-security.xml} | 6 +++--- .../cineasts/src/main/webapp/WEB-INF/web.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/{applicatioContext-security.xml => applicationContext-security.xml} (91%) diff --git a/spring-data-neo4j-examples/cineasts/pom.xml b/spring-data-neo4j-examples/cineasts/pom.xml index 6e967ef59..2719b4536 100644 --- a/spring-data-neo4j-examples/cineasts/pom.xml +++ b/spring-data-neo4j-examples/cineasts/pom.xml @@ -15,7 +15,7 @@ 1.6.1 ${project.version} 1.6.12 - 1.8.M06 + 1.8.RC1 diff --git a/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicatioContext-security.xml b/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicationContext-security.xml similarity index 91% rename from spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicatioContext-security.xml rename to spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicationContext-security.xml index 53614c7f3..444d89400 100644 --- a/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicatioContext-security.xml +++ b/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -4,9 +4,9 @@ xmlns:context="http://www.springframework.org/schema/context" xmlns:security="http://www.springframework.org/schema/security" xsi:schemaLocation=" - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd"> + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd + 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.xsd"> diff --git a/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/web.xml b/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/web.xml index f2420a9a0..7200fc201 100644 --- a/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/web.xml +++ b/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/web.xml @@ -6,7 +6,7 @@ contextConfigLocation - /WEB-INF/applicatioContext-security.xml + /WEB-INF/applicationContext-security.xml /WEB-INF/applicationContext.xml