[jboss-cvs] jboss-seam/src/main/org/jboss/seam/captcha ...

Gavin King gavin.king at jboss.com
Tue Feb 13 14:32:03 EST 2007


  User: gavin   
  Date: 07/02/13 14:32:03

  Modified:    src/main/org/jboss/seam/captcha 
                        CaptchaResourceProvider.java
  Log:
  second not to self: teach Shane how to use @Install
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/captcha/CaptchaResourceProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CaptchaResourceProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/captcha/CaptchaResourceProvider.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CaptchaResourceProvider.java	13 Feb 2007 15:07:28 -0000	1.1
  +++ CaptchaResourceProvider.java	13 Feb 2007 19:32:03 -0000	1.2
  @@ -31,7 +31,7 @@
   @Startup
   @Scope(APPLICATION)
   @Name("org.jboss.seam.captcha.captchaResourceProvider")
  - at Install(precedence = BUILT_IN)
  + at Install(precedence = BUILT_IN, dependencies="org.jboss.seam.captcha.captchaService")
   @Intercept(NEVER)
   @ResourceProvider("/captcha")
   public class CaptchaResourceProvider extends AbstractResourceProvider
  
  
  



More information about the jboss-cvs-commits mailing list