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

Gavin King gavin.king at jboss.com
Thu Nov 16 12:54:16 EST 2006


  User: gavin   
  Date: 06/11/16 12:54:16

  Modified:    src/main/org/jboss/seam/framework    CurrentDate.java
                        CurrentDatetime.java CurrentTime.java
  Log:
  proper namespace for date/time components
  
  Revision  Changes    Path
  1.2       +1 -1      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CurrentDate.java	5 Oct 2006 21:15:23 -0000	1.1
  +++ CurrentDate.java	16 Nov 2006 17:54:16 -0000	1.2
  @@ -7,7 +7,7 @@
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Unwrap;
   
  - at Name("currentDate")
  + at Name("org.jboss.seam.framework.currentDate")
   @Scope(ScopeType.STATELESS)
   public class CurrentDate
   {
  
  
  
  1.2       +1 -1      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CurrentDatetime.java	5 Oct 2006 21:15:23 -0000	1.1
  +++ CurrentDatetime.java	16 Nov 2006 17:54:16 -0000	1.2
  @@ -7,7 +7,7 @@
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Unwrap;
   
  - at Name("currentDatetime")
  + at Name("org.jboss.seam.framework.currentDatetime")
   @Scope(ScopeType.STATELESS)
   public class CurrentDatetime
   {
  
  
  
  1.2       +1 -1      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CurrentTime.java	5 Oct 2006 21:15:23 -0000	1.1
  +++ CurrentTime.java	16 Nov 2006 17:54:16 -0000	1.2
  @@ -7,7 +7,7 @@
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Unwrap;
   
  - at Name("currentTime")
  + at Name("org.jboss.seam.framework.currentTime")
   @Scope(ScopeType.STATELESS)
   public class CurrentTime
   {
  
  
  



More information about the jboss-cvs-commits mailing list