[jboss-cvs] jboss-seam/src/remoting/org/jboss/seam/remoting ...

Gavin King gavin.king at jboss.com
Mon Jun 25 18:58:17 EDT 2007


  User: gavin   
  Date: 07/06/25 18:58:17

  Modified:    src/remoting/org/jboss/seam/remoting   Call.java
                        InterfaceGenerator.java
  Log:
  package rename
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/remoting/org/jboss/seam/remoting/Call.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Call.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/Call.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Call.java	13 Mar 2007 09:16:48 -0000	1.2
  +++ Call.java	25 Jun 2007 22:58:17 -0000	1.3
  @@ -9,7 +9,7 @@
   import java.util.Map;
   
   import org.jboss.seam.Component;
  -import org.jboss.seam.annotations.WebRemote;
  +import org.jboss.seam.annotations.remoting.WebRemote;
   import org.jboss.seam.remoting.wrapper.ConversionException;
   import org.jboss.seam.remoting.wrapper.ConversionScore;
   import org.jboss.seam.remoting.wrapper.Wrapper;
  
  
  
  1.9       +1 -1      jboss-seam/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InterfaceGenerator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/InterfaceGenerator.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- InterfaceGenerator.java	22 Jun 2007 16:01:05 -0000	1.8
  +++ InterfaceGenerator.java	25 Jun 2007 22:58:17 -0000	1.9
  @@ -25,7 +25,7 @@
   import org.jboss.seam.ComponentType;
   import org.jboss.seam.Seam;
   import org.jboss.seam.annotations.Name;
  -import org.jboss.seam.annotations.WebRemote;
  +import org.jboss.seam.annotations.remoting.WebRemote;
   import org.jboss.seam.log.LogProvider;
   import org.jboss.seam.log.Logging;
   import org.jboss.seam.servlet.ContextualHttpServletRequest;
  
  
  



More information about the jboss-cvs-commits mailing list