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

Gavin King gavin.king at jboss.com
Tue May 29 20:38:40 EDT 2007


  User: gavin   
  Date: 07/05/29 20:38:40

  Modified:    examples/wiki/src/etc/WEB-INF  components.xml
  Log:
  get rid of SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.15      +1 -1      jboss-seam/examples/wiki/src/etc/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/components.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- components.xml	22 May 2007 02:20:45 -0000	1.14
  +++ components.xml	30 May 2007 00:38:40 -0000	1.15
  @@ -16,7 +16,7 @@
   
       <!-- ##### WIKI USER CONFIGURATION ##### -->
   
  -    <mail:mail-session host="mail.bluewin.ch" port="25"/>
  +    <mail:mail-session host="localhost" port="2525" username="test" password="test"/>
   
       <web:multipart-filter create-temp-files="true" max-request-size="10000000" url-pattern="*.seam"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list