[jboss-cvs] jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz ...

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


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

  Modified:    examples/quartz/src/org/jboss/seam/example/quartz 
                        PaymentProcessor.java
  Log:
  renamed packages
  
  Revision  Changes    Path
  1.5       +5 -5      jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/PaymentProcessor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PaymentProcessor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/PaymentProcessor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- PaymentProcessor.java	23 Jun 2007 08:05:23 -0000	1.4
  +++ PaymentProcessor.java	25 Jun 2007 23:13:52 -0000	1.5
  @@ -5,16 +5,16 @@
   
   import javax.persistence.EntityManager;
   
  -import org.jboss.seam.annotations.Asynchronous;
  +import org.jboss.seam.annotations.async.Asynchronous;
   import org.jboss.seam.annotations.AutoCreate;
   import org.jboss.seam.annotations.In;
   import org.jboss.seam.annotations.Logger;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Transactional;
  -import org.jboss.seam.annotations.timer.Expiration;
  -import org.jboss.seam.annotations.timer.FinalExpiration;
  -import org.jboss.seam.annotations.timer.IntervalDuration;
  -import org.jboss.seam.annotations.timer.IntervalCron;
  +import org.jboss.seam.annotations.async.Expiration;
  +import org.jboss.seam.annotations.async.FinalExpiration;
  +import org.jboss.seam.annotations.async.IntervalDuration;
  +import org.jboss.seam.annotations.async.IntervalCron;
   import org.jboss.seam.log.Log;
   import org.jboss.seam.async.QuartzTriggerHandle;
   
  
  
  



More information about the jboss-cvs-commits mailing list