[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Wed Mar 14 11:13:10 EDT 2007


  User: gavin   
  Date: 07/03/14 11:13:10

  Modified:    seam-gen/resources/WEB-INF   components-war.xml
                        components.xml
  Log:
  support mail ootb
  
  Revision  Changes    Path
  1.8       +6 -2      jboss-seam/seam-gen/resources/WEB-INF/components-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components-war.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components-war.xml	23 Feb 2007 16:44:16 -0000	1.7
  +++ components-war.xml	14 Mar 2007 15:13:09 -0000	1.8
  @@ -3,11 +3,13 @@
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:security="http://jboss.com/products/seam/security"
  +            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.1.xsd 
                    http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.1.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
  +                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.2.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
   
      <core:init debug="true" jndi-pattern="@jndiPattern@"/>
  @@ -41,6 +43,8 @@
          <action expression="#{redirect.returnToCapturedView}"/>
      </event>
           
  +   <mail:mail-session host="localhost" port="2525" username="test" password="test" />
  +        
      <!-- For use with jBPM pageflow or process management -->
      <!--  
      <core:jbpm>
  
  
  
  1.17      +4 -0      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- components.xml	28 Feb 2007 06:18:55 -0000	1.16
  +++ components.xml	14 Mar 2007 15:13:09 -0000	1.17
  @@ -3,11 +3,13 @@
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:security="http://jboss.com/products/seam/security"
  +            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.2.xsd 
                    http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
  +                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.2.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd">
   
      <core:init debug="true" jndi-pattern="@jndiPattern@"/>
  @@ -39,6 +41,8 @@
          <action expression="#{redirect.returnToCapturedView}"/>
      </event>
           
  +   <mail:mail-session host="localhost" port="2525" username="test" password="test" />
  +        
      <!-- For use with jBPM pageflow or process management -->
      <!--  
      <core:jbpm>
  
  
  



More information about the jboss-cvs-commits mailing list