From f6c7a693528b6717f650cd62e40862ab8c7862dc Mon Sep 17 00:00:00 2001 From: eugenp Date: Sun, 5 May 2013 01:36:56 +0300 Subject: [PATCH] rename --- spring-hibernate-dao/.project | 2 +- .../org.eclipse.wst.common.component | 6 +-- .../src/main/webapp/WEB-INF/web.xml | 49 +++++-------------- 3 files changed, 17 insertions(+), 40 deletions(-) diff --git a/spring-hibernate-dao/.project b/spring-hibernate-dao/.project index 2335f70060..3207889770 100644 --- a/spring-hibernate-dao/.project +++ b/spring-hibernate-dao/.project @@ -1,6 +1,6 @@ - spring-hibernate-dao + spring-hibernate4-dao diff --git a/spring-hibernate-dao/.settings/org.eclipse.wst.common.component b/spring-hibernate-dao/.settings/org.eclipse.wst.common.component index a4e21eb572..2746e4b443 100644 --- a/spring-hibernate-dao/.settings/org.eclipse.wst.common.component +++ b/spring-hibernate-dao/.settings/org.eclipse.wst.common.component @@ -1,10 +1,10 @@ - + - - + + diff --git a/spring-hibernate-dao/src/main/webapp/WEB-INF/web.xml b/spring-hibernate-dao/src/main/webapp/WEB-INF/web.xml index ebe53ec4c0..e0de9aefd4 100644 --- a/spring-hibernate-dao/src/main/webapp/WEB-INF/web.xml +++ b/spring-hibernate-dao/src/main/webapp/WEB-INF/web.xml @@ -1,40 +1,17 @@ - - - Spring MVC Application - - - - contextClass - + + Spring MVC Application + + contextClass + org.springframework.web.context.support.AnnotationConfigWebApplicationContext - - - contextConfigLocation - org.baeldung.spring.persistence.config - - - - org.springframework.web.context.ContextLoaderListener - - - - - - - - - - - - - - - - - + + + contextConfigLocation + org.baeldung.spring.persistence.config + + + org.springframework.web.context.ContextLoaderListener + \ No newline at end of file