[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Wed Jan 9 10:59:26 EST 2008


  User: cbauer  
  Date: 08/01/09 10:59:26

  Modified:    examples/wiki/src/etc/WEB-INF  web.xml
  Log:
  JBSEAM-2397 and JBSEAM-1883 - implemented trashcan feature and more reliable update of 2nd level cache and lucene index
  
  Revision  Changes    Path
  1.23      +7 -0      jboss-seam/examples/wiki/src/etc/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/web.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- web.xml	19 Dec 2007 04:29:28 -0000	1.22
  +++ web.xml	9 Jan 2008 15:59:26 -0000	1.23
  @@ -11,6 +11,13 @@
           <param-value>wiki</param-value>
       </context-param>
   
  +    <!--
  +    <context-param>
  +       <param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
  +       <param-value>NEKO</param-value>
  +   </context-param>
  +   -->
  +
       <!-- Seam -->
   
       <listener>
  
  
  



More information about the jboss-cvs-commits mailing list