[jboss-cvs] JBossAS SVN: r89885 - projects/spring-int/trunk/documentation/samples/web-scanning/src/main/webapp/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 5 13:25:16 EDT 2009


Author: marius.bogoevici
Date: 2009-06-05 13:25:15 -0400 (Fri, 05 Jun 2009)
New Revision: 89885

Modified:
   projects/spring-int/trunk/documentation/samples/web-scanning/src/main/webapp/WEB-INF/web.xml
Log:
formatting


Modified: projects/spring-int/trunk/documentation/samples/web-scanning/src/main/webapp/WEB-INF/web.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/web-scanning/src/main/webapp/WEB-INF/web.xml	2009-06-05 15:32:07 UTC (rev 89884)
+++ projects/spring-int/trunk/documentation/samples/web-scanning/src/main/webapp/WEB-INF/web.xml	2009-06-05 17:25:15 UTC (rev 89885)
@@ -14,6 +14,7 @@
     <param-name>contextClass</param-name>
     <param-value>org.jboss.spring.vfs.context.VFSXmlWebApplicationContext</param-value>
   </context-param>
+
   <listener>
     <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
   </listener>




More information about the jboss-cvs-commits mailing list