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

Shane Bryzak sbryzak at redhat.com
Thu Nov 8 21:44:47 EST 2007


  User: sbryzak2
  Date: 07/11/08 21:44:47

  Modified:    src/remoting/org/jboss/seam/remoting/gwt   GWT13Service.java
                        GWT14Service.java
  Log:
  only create resource providers if required
  
  Revision  Changes    Path
  1.4       +0 -2      jboss-seam/src/remoting/org/jboss/seam/remoting/gwt/GWT13Service.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GWT13Service.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/gwt/GWT13Service.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- GWT13Service.java	16 Oct 2007 02:59:46 -0000	1.3
  +++ GWT13Service.java	9 Nov 2007 02:44:47 -0000	1.4
  @@ -9,7 +9,6 @@
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  -import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.intercept.BypassInterceptors;
   
   import com.google.gwt.user.client.rpc.SerializationException;
  @@ -20,7 +19,6 @@
    * 
    * @author Shane Bryzak
    */
  - at Startup
   @Scope(APPLICATION)
   @Name("org.jboss.seam.remoting.gwt.gwtRemoteService")
   @Install(value = false, precedence = BUILT_IN, classDependencies = {"com.google.gwt.user.client.rpc.RemoteService"})
  
  
  
  1.3       +0 -2      jboss-seam/src/remoting/org/jboss/seam/remoting/gwt/GWT14Service.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GWT14Service.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/gwt/GWT14Service.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- GWT14Service.java	16 Oct 2007 02:59:46 -0000	1.2
  +++ GWT14Service.java	9 Nov 2007 02:44:47 -0000	1.3
  @@ -10,7 +10,6 @@
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  -import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.intercept.BypassInterceptors;
   
   import com.google.gwt.user.client.rpc.SerializationException;
  @@ -21,7 +20,6 @@
    * 
    * @author Shane Bryzak
    */
  - at Startup
   @Scope(APPLICATION)
   @Name("org.jboss.seam.remoting.gwt.gwtRemoteService")
   @Install(precedence = BUILT_IN, classDependencies = {"com.google.gwt.user.client.rpc.RemoteService"})
  
  
  



More information about the jboss-cvs-commits mailing list