User: janb    
  Date: 02/02/23 21:35:19

  Modified:    jetty/src/main/org/mortbay/jetty/servlet/jmx
                        ServletHttpContextMBean.java
                        WebApplicationMBean.java
  Log:
  Updated to latest Jetty version: Jetty_4_0_B2
  
  Revision  Changes    Path
  1.3       +0 -0      
contrib/jetty/src/main/org/mortbay/jetty/servlet/jmx/ServletHttpContextMBean.java
  
  Index: ServletHttpContextMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/main/org/mortbay/jetty/servlet/jmx/ServletHttpContextMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ServletHttpContextMBean.java      20 Feb 2002 05:33:44 -0000      1.2
  +++ ServletHttpContextMBean.java      24 Feb 2002 05:35:19 -0000      1.3
  @@ -1,6 +1,6 @@
   // ========================================================================
   // Copyright (c) 1999 Mort Bay Consulting (Australia) Pty. Ltd.
  -// $Id: ServletHttpContextMBean.java,v 1.2 2002/02/20 05:33:44 janb Exp $
  +// $Id: ServletHttpContextMBean.java,v 1.3 2002/02/24 05:35:19 janb Exp $
   // ========================================================================
   
   package org.mortbay.jetty.servlet.jmx;
  @@ -33,7 +33,7 @@
    * Note that while Web Applications are HttpContexts, the MBean is
    * not derived from HttpContextMBean as they are managed differently.
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @author Greg Wilkins (gregw)
    */
   public class ServletHttpContextMBean extends HttpContextMBean
  
  
  
  1.3       +0 -0      
contrib/jetty/src/main/org/mortbay/jetty/servlet/jmx/WebApplicationMBean.java
  
  Index: WebApplicationMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jetty/src/main/org/mortbay/jetty/servlet/jmx/WebApplicationMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WebApplicationMBean.java  20 Feb 2002 05:33:44 -0000      1.2
  +++ WebApplicationMBean.java  24 Feb 2002 05:35:19 -0000      1.3
  @@ -1,6 +1,6 @@
   // ========================================================================
   // Copyright (c) 1999 Mort Bay Consulting (Australia) Pty. Ltd.
  -// $Id: WebApplicationMBean.java,v 1.2 2002/02/20 05:33:44 janb Exp $
  +// $Id: WebApplicationMBean.java,v 1.3 2002/02/24 05:35:19 janb Exp $
   // ========================================================================
   
   package org.mortbay.jetty.servlet.jmx;
  @@ -27,7 +27,7 @@
    * Note that while Web Applications are HttpContexts, the MBean is
    * not derived from HttpContextMBean as they are managed differently.
    *
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @author Greg Wilkins (gregw)
    */
   public class WebApplicationMBean extends ServletHttpContextMBean
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to