User: oberg   
  Date: 00/12/07 07:44:55

  Modified:    src/main/org/jboss/jmx/interfaces JMXAdaptor.java
                        JMXConnector.java JMXConnectorMBean.java
                        RMIConnector.java RMINotificationListener.java
  Log:
  Changed configuration scheme (lots of changes to jboss.conf, jboss.jcml, 
org.jboss.Main)
  Added ServiceControl
  Changed jBoss -> JBoss
  Changed GPL -> LGPL
  Added jaxp/parser
  Updated services to have default constructors
  
  Revision  Changes    Path
  1.2       +3 -3      jboss/src/main/org/jboss/jmx/interfaces/JMXAdaptor.java
  
  Index: JMXAdaptor.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/interfaces/JMXAdaptor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JMXAdaptor.java   2000/05/19 07:12:00     1.1
  +++ JMXAdaptor.java   2000/12/07 15:44:54     1.2
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.jmx.interfaces;
  @@ -24,7 +24,7 @@
    *      
    *   @see <related>
    *   @author <firstname> <lastname> (<email>)
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public interface JMXAdaptor
      extends Remote
  
  
  
  1.2       +2 -2      jboss/src/main/org/jboss/jmx/interfaces/JMXConnector.java
  
  Index: JMXConnector.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/interfaces/JMXConnector.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JMXConnector.java 2000/08/31 17:45:17     1.1
  +++ JMXConnector.java 2000/12/07 15:44:54     1.2
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   
  
  
  
  1.2       +2 -2      jboss/src/main/org/jboss/jmx/interfaces/JMXConnectorMBean.java
  
  Index: JMXConnectorMBean.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/interfaces/JMXConnectorMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JMXConnectorMBean.java    2000/08/31 17:45:17     1.1
  +++ JMXConnectorMBean.java    2000/12/07 15:44:54     1.2
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   
  
  
  
  1.2       +2 -2      jboss/src/main/org/jboss/jmx/interfaces/RMIConnector.java
  
  Index: RMIConnector.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/interfaces/RMIConnector.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RMIConnector.java 2000/08/31 17:45:17     1.1
  +++ RMIConnector.java 2000/12/07 15:44:54     1.2
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   
  
  
  
  1.2       +2 -2      
jboss/src/main/org/jboss/jmx/interfaces/RMINotificationListener.java
  
  Index: RMINotificationListener.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/interfaces/RMINotificationListener.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RMINotificationListener.java      2000/08/31 17:45:17     1.1
  +++ RMINotificationListener.java      2000/12/07 15:44:55     1.2
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   
  
  
  

Reply via email to