[jboss-cvs] jboss-seam/examples/mail/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Tue Jun 19 22:11:29 EDT 2007


  User: gavin   
  Date: 07/06/19 22:11:29

  Modified:    examples/mail/resources/WEB-INF  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.13      +3 -1      jboss-seam/examples/mail/resources/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/mail/resources/WEB-INF/components.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- components.xml	15 Jun 2007 05:12:04 -0000	1.12
  +++ components.xml	20 Jun 2007 02:11:29 -0000	1.13
  @@ -1,16 +1,18 @@
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
  +            xmlns:async="http://jboss.com/products/seam/async"
               xmlns:mail="http://jboss.com/products/seam/mail"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/async http://jboss.com/products/seam/async-1.3.xsd
                    http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
   
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
       
  -    <core:timer-service-dispatcher />
  +    <async:timer-service-dispatcher />
       
        <!-- If you need to alter the SMTP gateway, comment out this mail-session, -->
       <mail:mail-session host="localhost" port="2525" username="test" password="test" />
  
  
  



More information about the jboss-cvs-commits mailing list