Update of 
/var/cvs/contributions/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv30304/www.cmscontainer.org/war-live/src/webapp/WEB-INF

Modified Files:
      Tag: v1_3
        web.xml 
Log Message:
CMSC-211 - Remove all the Community stuff from the v1.3 branch. This should be 
introduced from 1.4 and higher.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-211


Index: web.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/www.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- web.xml     26 Nov 2007 11:43:15 -0000      1.2
+++ web.xml     15 Feb 2008 12:53:19 -0000      1.2.2.1
@@ -5,27 +5,6 @@
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
     version="2.4">
     
-    <context-param>
-      <param-name>contextConfigLocation</param-name>
-      <param-value>classpath:applicationContext.xml</param-value>
-   </context-param>
-   
-   <listener>
-      
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
-   </listener>
-
-   <filter>
-      <filter-name>hibernateFilter</filter-name>
-      <filter-class>
-         org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-      </filter-class>
-   </filter>
-   
-   <filter-mapping>
-        <filter-name>hibernateFilter</filter-name>
-        <url-pattern>/*</url-pattern>
-   </filter-mapping>
-    
        <display-name>CMS Container implementation</display-name>
        <description>CMS Container implementation</description>
        
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to