From 110cbb3c22251481938ab01d4383a9fae04d4080 Mon Sep 17 00:00:00 2001 From: eugenp Date: Fri, 26 Jul 2013 12:14:08 +0300 Subject: [PATCH] artifacts renamed according to the goal of the project --- spring-rest/.springBeans | 4 ++-- .../webapp/WEB-INF/{mvc-servlet.xml => api-servlet.xml} | 0 spring-rest/src/main/webapp/WEB-INF/web.xml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) rename spring-rest/src/main/webapp/WEB-INF/{mvc-servlet.xml => api-servlet.xml} (100%) diff --git a/spring-rest/.springBeans b/spring-rest/.springBeans index 7623a7e888..a79097f40d 100644 --- a/spring-rest/.springBeans +++ b/spring-rest/.springBeans @@ -1,13 +1,13 @@ 1 - + - src/main/webapp/WEB-INF/mvc-servlet.xml + src/main/webapp/WEB-INF/api-servlet.xml diff --git a/spring-rest/src/main/webapp/WEB-INF/mvc-servlet.xml b/spring-rest/src/main/webapp/WEB-INF/api-servlet.xml similarity index 100% rename from spring-rest/src/main/webapp/WEB-INF/mvc-servlet.xml rename to spring-rest/src/main/webapp/WEB-INF/api-servlet.xml diff --git a/spring-rest/src/main/webapp/WEB-INF/web.xml b/spring-rest/src/main/webapp/WEB-INF/web.xml index c6d7ff0e96..48d4b8fe61 100644 --- a/spring-rest/src/main/webapp/WEB-INF/web.xml +++ b/spring-rest/src/main/webapp/WEB-INF/web.xml @@ -12,8 +12,8 @@ contextClass - org.springframework.web.context.support.AnnotationConfigWebApplicationContext - + org.springframework.web.context.support.AnnotationConfigWebApplicationContext + contextConfigLocation @@ -26,12 +26,12 @@ - mvc + api org.springframework.web.servlet.DispatcherServlet 1 - mvc + api /