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

Gavin King gavin.king at jboss.com
Mon Jun 25 19:20:38 EDT 2007


  User: gavin   
  Date: 07/06/25 19:20:38

  Modified:    examples/remoting/helloworld/src/org/jboss/seam/example/remoting 
                        HelloLocal.java
  Log:
  renamed packages
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/HelloLocal.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HelloLocal.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/HelloLocal.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- HelloLocal.java	10 Mar 2006 01:57:58 -0000	1.2
  +++ HelloLocal.java	25 Jun 2007 23:20:38 -0000	1.3
  @@ -1,7 +1,7 @@
   package org.jboss.seam.example.remoting;
   
   import javax.ejb.Local;
  -import org.jboss.seam.annotations.WebRemote;
  +import org.jboss.seam.annotations.remoting.WebRemote;
   
   @Local
   public interface HelloLocal {
  
  
  



More information about the jboss-cvs-commits mailing list