Skip to content

Commit 110cbb3

Browse files
author
eugenp
committed
artifacts renamed according to the goal of the project
1 parent d367e6b commit 110cbb3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

spring-rest/.springBeans

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beansProjectDescription>
33
<version>1</version>
4-
<pluginVersion><![CDATA[3.2.0.201303060654-RELEASE]]></pluginVersion>
4+
<pluginVersion><![CDATA[3.3.0.201307091516-RELEASE]]></pluginVersion>
55
<configSuffixes>
66
<configSuffix><![CDATA[xml]]></configSuffix>
77
</configSuffixes>
88
<enableImports><![CDATA[false]]></enableImports>
99
<configs>
10-
<config>src/main/webapp/WEB-INF/mvc-servlet.xml</config>
10+
<config>src/main/webapp/WEB-INF/api-servlet.xml</config>
1111
</configs>
1212
<configSets>
1313
</configSets>
File renamed without changes.

spring-rest/src/main/webapp/WEB-INF/web.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<context-param>
1313
<param-name>contextClass</param-name>
1414
<param-value>
15-
org.springframework.web.context.support.AnnotationConfigWebApplicationContext
16-
</param-value>
15+
org.springframework.web.context.support.AnnotationConfigWebApplicationContext
16+
</param-value>
1717
</context-param>
1818
<context-param>
1919
<param-name>contextConfigLocation</param-name>
@@ -26,12 +26,12 @@
2626

2727
<!-- Spring child -->
2828
<servlet>
29-
<servlet-name>mvc</servlet-name>
29+
<servlet-name>api</servlet-name>
3030
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
3131
<load-on-startup>1</load-on-startup>
3232
</servlet>
3333
<servlet-mapping>
34-
<servlet-name>mvc</servlet-name>
34+
<servlet-name>api</servlet-name>
3535
<url-pattern>/</url-pattern>
3636
</servlet-mapping>
3737

0 commit comments

Comments
 (0)