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

Gavin King gavin.king at jboss.com
Wed Jul 18 10:37:30 EDT 2007


  User: gavin   
  Date: 07/07/18 10:37:30

  Modified:    src/main/org/jboss/seam/framework    CurrentDate.java
                        CurrentDatetime.java CurrentTime.java
  Log:
  global imports JBSEAM-1693
  
  Revision  Changes    Path
  1.5       +2 -0      jboss-seam/src/main/org/jboss/seam/framework/CurrentDate.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CurrentDate.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/framework/CurrentDate.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CurrentDate.java	27 Jan 2007 01:55:25 -0000	1.4
  +++ CurrentDate.java	18 Jul 2007 14:37:30 -0000	1.5
  @@ -5,6 +5,7 @@
   import java.util.Date;
   
   import org.jboss.seam.ScopeType;
  +import org.jboss.seam.annotations.AutoCreate;
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  @@ -19,6 +20,7 @@
   @Name("org.jboss.seam.framework.currentDate")
   @Install(precedence=BUILT_IN)
   @Scope(ScopeType.STATELESS)
  + at AutoCreate
   public class CurrentDate
   {
      @Unwrap 
  
  
  
  1.5       +2 -0      jboss-seam/src/main/org/jboss/seam/framework/CurrentDatetime.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CurrentDatetime.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/framework/CurrentDatetime.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CurrentDatetime.java	27 Jan 2007 01:55:25 -0000	1.4
  +++ CurrentDatetime.java	18 Jul 2007 14:37:30 -0000	1.5
  @@ -5,6 +5,7 @@
   import java.util.Date;
   
   import org.jboss.seam.ScopeType;
  +import org.jboss.seam.annotations.AutoCreate;
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  @@ -19,6 +20,7 @@
   @Name("org.jboss.seam.framework.currentDatetime")
   @Install(precedence=BUILT_IN)
   @Scope(ScopeType.STATELESS)
  + at AutoCreate
   public class CurrentDatetime
   {
      @Unwrap 
  
  
  
  1.5       +2 -0      jboss-seam/src/main/org/jboss/seam/framework/CurrentTime.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CurrentTime.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/framework/CurrentTime.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CurrentTime.java	27 Jan 2007 01:55:25 -0000	1.4
  +++ CurrentTime.java	18 Jul 2007 14:37:30 -0000	1.5
  @@ -5,6 +5,7 @@
   import java.util.Date;
   
   import org.jboss.seam.ScopeType;
  +import org.jboss.seam.annotations.AutoCreate;
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  @@ -19,6 +20,7 @@
   @Name("org.jboss.seam.framework.currentTime")
   @Install(precedence=BUILT_IN)
   @Scope(ScopeType.STATELESS)
  + at AutoCreate
   public class CurrentTime
   {
      @Unwrap 
  
  
  



More information about the jboss-cvs-commits mailing list