Author: owulff
Date: Wed Jun 6 20:15:03 2012
New Revision: 1347091
URL: http://svn.apache.org/viewvc?rev=1347091&view=rev
Log:
renamed beans.xml to applicationContext.xml
Added:
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/applicationContext.xml
- copied unchanged from r1347084,
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/beans.xml
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/applicationContext.xml
- copied unchanged from r1347084,
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/beans.xml
cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/applicationContext.xml
- copied unchanged from r1347084,
cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/beans.xml
Removed:
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/beans.xml
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/beans.xml
cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/beans.xml
Modified:
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/web.xml
cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml
Modified:
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml?rev=1347091&r1=1347090&r2=1347091&view=diff
==============================================================================
---
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml
(original)
+++
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/web.xml
Wed Jun 6 20:15:03 2012
@@ -10,7 +10,7 @@
<context-param>
<param-name>contextConfigLocation</param-name>
- <param-value>WEB-INF/beans.xml</param-value>
+ <param-value>WEB-INF/applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
Modified:
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/web.xml?rev=1347091&r1=1347090&r2=1347091&view=diff
==============================================================================
---
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/web.xml
(original)
+++
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/webapp/WEB-INF/web.xml
Wed Jun 6 20:15:03 2012
@@ -6,7 +6,7 @@
<context-param>
<param-name>contextConfigLocation</param-name>
- <param-value>WEB-INF/beans.xml</param-value>
+ <param-value>WEB-INF/applicationContext.xml</param-value>
</context-param>
<listener>
@@ -23,4 +23,4 @@
<servlet-name>CXFServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
-</web-app>
\ No newline at end of file
+</web-app>
Modified: cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml?rev=1347091&r1=1347090&r2=1347091&view=diff
==============================================================================
--- cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml (original)
+++ cxf/fediz/trunk/services/idp/src/main/webapp/WEB-INF/web.xml Wed Jun 6
20:15:03 2012
@@ -39,7 +39,7 @@
<context-param>
<param-name>contextConfigLocation</param-name>
- <param-value>WEB-INF/beans.xml</param-value>
+ <param-value>WEB-INF/applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>