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

Gavin King gavin.king at jboss.com
Mon Jun 25 17:02:55 EDT 2007


  User: gavin   
  Date: 07/06/25 17:02:55

  Modified:    src/main/org/jboss/seam/annotations           
                        BeginTask.java EndTask.java In.java JndiName.java
                        Name.java Out.java RaiseEvent.java ReadOnly.java
                        Roles.java Scope.java StartTask.java
  Log:
  get rid of non-ascii
  
  Revision  Changes    Path
  1.13      +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/BeginTask.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BeginTask.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/BeginTask.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- BeginTask.java	18 Jun 2007 17:27:22 -0000	1.12
  +++ BeginTask.java	25 Jun 2007 21:02:55 -0000	1.13
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  
  
  
  1.8       +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/EndTask.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EndTask.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/EndTask.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- EndTask.java	18 Jun 2007 04:54:10 -0000	1.7
  +++ EndTask.java	25 Jun 2007 21:02:55 -0000	1.8
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  
  
  
  1.11      +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/In.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: In.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/In.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- In.java	16 Feb 2007 16:49:03 -0000	1.10
  +++ In.java	25 Jun 2007 21:02:55 -0000	1.11
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.FIELD;
  
  
  
  1.3       +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/JndiName.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JndiName.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/JndiName.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JndiName.java	16 Feb 2007 16:49:03 -0000	1.2
  +++ JndiName.java	25 Jun 2007 21:02:55 -0000	1.3
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.TYPE;
  
  
  
  1.9       +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/Name.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Name.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Name.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- Name.java	20 Jun 2007 20:42:21 -0000	1.8
  +++ Name.java	25 Jun 2007 21:02:55 -0000	1.9
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.TYPE;
  
  
  
  1.10      +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/Out.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Out.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Out.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- Out.java	16 Feb 2007 16:49:03 -0000	1.9
  +++ Out.java	25 Jun 2007 21:02:55 -0000	1.10
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import java.lang.annotation.Documented;
  
  
  
  1.5       +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/RaiseEvent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RaiseEvent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/RaiseEvent.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- RaiseEvent.java	18 Jun 2007 05:12:15 -0000	1.4
  +++ RaiseEvent.java	25 Jun 2007 21:02:55 -0000	1.5
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  
  
  
  1.2       +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/ReadOnly.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReadOnly.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/ReadOnly.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ReadOnly.java	15 Nov 2006 21:48:19 -0000	1.1
  +++ ReadOnly.java	25 Jun 2007 21:02:55 -0000	1.2
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  
  
  
  1.3       +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/Roles.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Roles.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Roles.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Roles.java	16 Feb 2007 16:49:03 -0000	1.2
  +++ Roles.java	25 Jun 2007 21:02:55 -0000	1.3
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.TYPE;
  
  
  
  1.7       +6 -6      jboss-seam/src/main/org/jboss/seam/annotations/Scope.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Scope.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Scope.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Scope.java	24 Apr 2006 00:24:21 -0000	1.6
  +++ Scope.java	25 Jun 2007 21:02:55 -0000	1.7
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.TYPE;
  @@ -20,7 +20,7 @@
    * Specifies the scope (context) of a seam component.
    *
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    */
   @Target(TYPE)
   @Retention(RUNTIME)
  
  
  
  1.21      +5 -5      jboss-seam/src/main/org/jboss/seam/annotations/StartTask.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StartTask.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/StartTask.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- StartTask.java	18 Jun 2007 17:27:22 -0000	1.20
  +++ StartTask.java	25 Jun 2007 21:02:55 -0000	1.21
  @@ -1,9 +1,9 @@
   /*
  - * JBoss, Home of Professional Open Source
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  
  
  



More information about the jboss-cvs-commits mailing list