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

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  Remoting.java
  Log:
  only create resource providers if required
  
  Revision  Changes    Path
  1.8       +0 -2      jboss-seam/src/remoting/org/jboss/seam/remoting/Remoting.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Remoting.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/remoting/org/jboss/seam/remoting/Remoting.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- Remoting.java	22 Jun 2007 15:46:53 -0000	1.7
  +++ Remoting.java	9 Nov 2007 02:44:46 -0000	1.8
  @@ -17,7 +17,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 org.jboss.seam.contexts.ServletLifecycle;
   import org.jboss.seam.log.LogProvider;
  @@ -30,7 +29,6 @@
    * @author Shane Bryzak
    *
    */
  - at Startup
   @Scope(APPLICATION)
   @Name("org.jboss.seam.remoting.remoting")
   @Install(precedence = BUILT_IN)
  
  
  



More information about the jboss-cvs-commits mailing list