[jboss-cvs] jboss-seam/src/main/META-INF ...

Gavin King gavin.king at jboss.com
Thu Feb 8 01:35:13 EST 2007


  User: gavin   
  Date: 07/02/08 01:35:13

  Modified:    src/main/META-INF  components.xml
  Log:
  move to the new package
  
  Revision  Changes    Path
  1.15      +1 -0      jboss-seam/src/main/META-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/META-INF/components.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- components.xml	2 Feb 2007 16:39:53 -0000	1.14
  +++ components.xml	8 Feb 2007 06:35:13 -0000	1.15
  @@ -60,5 +60,6 @@
     <factory scope="stateless" auto-create="true" name="mailSession" value="#{org.jboss.seam.mail.mailSession}"/>
   
     <factory scope="stateless" auto-create="true" name="identity" value="#{org.jboss.seam.security.identity}"/>
  +  <factory scope="stateless" auto-create="true" name="captcha" value="#{org.jboss.seam.captcha.captcha}"/>
   
   </components>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list