[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations/security ...

Gavin King gavin.king at jboss.com
Mon Jun 25 19:13:53 EDT 2007


  User: gavin   
  Date: 07/06/25 19:13:53

  Modified:    src/main/org/jboss/seam/annotations/security   Restrict.java
                        package-info.java
  Log:
  renamed packages
  
  Revision  Changes    Path
  1.6       +2 -0      jboss-seam/src/main/org/jboss/seam/annotations/security/Restrict.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Restrict.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/security/Restrict.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Restrict.java	22 Jun 2007 16:32:08 -0000	1.5
  +++ Restrict.java	25 Jun 2007 23:13:53 -0000	1.6
  @@ -12,6 +12,8 @@
   /**
    * Used to restrict access to a Seam component, component method or entity.
    *
  + * @see org.jboss.seam.security.Identity
  + *
    * @author Shane Bryzak
    */
   @Target({TYPE,METHOD})
  
  
  
  1.2       +2 -0      jboss-seam/src/main/org/jboss/seam/annotations/security/package-info.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: package-info.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/security/package-info.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- package-info.java	22 Jun 2007 09:18:39 -0000	1.1
  +++ package-info.java	25 Jun 2007 23:13:53 -0000	1.2
  @@ -1,5 +1,7 @@
   /**
    * Annotations (well, one annotation) for use with Seam security.
  + * 
  + * @see org.jboss.seam.security.Identity
    */
   package org.jboss.seam.annotations.security;
   
  
  
  



More information about the jboss-cvs-commits mailing list