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

  Modified:    src/main/org/jboss/jmx/client ConnectorFactoryImpl.java
                        ConnectorFactoryService.java
                        ConnectorFactoryServiceMBean.java Deployer.java
                        RMIClientConnectorImpl.java
                        RMIClientConnectorImplMBean.java Stop.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.4       +2 -2      jboss/src/main/org/jboss/jmx/client/ConnectorFactoryImpl.java
  
  Index: ConnectorFactoryImpl.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/client/ConnectorFactoryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConnectorFactoryImpl.java 2000/10/13 02:42:53     1.3
  +++ ConnectorFactoryImpl.java 2000/12/07 15:44:52     1.4
  @@ -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.3       +2 -2      jboss/src/main/org/jboss/jmx/client/ConnectorFactoryService.java
  
  Index: ConnectorFactoryService.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/client/ConnectorFactoryService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectorFactoryService.java      2000/10/13 02:43:05     1.2
  +++ ConnectorFactoryService.java      2000/12/07 15:44:52     1.3
  @@ -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.3       +2 -2      
jboss/src/main/org/jboss/jmx/client/ConnectorFactoryServiceMBean.java
  
  Index: ConnectorFactoryServiceMBean.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/client/ConnectorFactoryServiceMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectorFactoryServiceMBean.java 2000/10/13 02:43:15     1.2
  +++ ConnectorFactoryServiceMBean.java 2000/12/07 15:44:53     1.3
  @@ -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.5       +3 -3      jboss/src/main/org/jboss/jmx/client/Deployer.java
  
  Index: Deployer.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/jmx/client/Deployer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Deployer.java     2000/11/04 00:54:54     1.4
  +++ Deployer.java     2000/12/07 15:44:53     1.5
  @@ -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.
    */
    
  @@ -20,7 +20,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.4 $
  + *   @version $Revision: 1.5 $
    */
   public class Deployer
   {
  
  
  
  1.4       +2 -2      jboss/src/main/org/jboss/jmx/client/RMIClientConnectorImpl.java
  
  Index: RMIClientConnectorImpl.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/client/RMIClientConnectorImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RMIClientConnectorImpl.java       2000/10/11 06:01:43     1.3
  +++ RMIClientConnectorImpl.java       2000/12/07 15:44:53     1.4
  @@ -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/client/RMIClientConnectorImplMBean.java
  
  Index: RMIClientConnectorImplMBean.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/client/RMIClientConnectorImplMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RMIClientConnectorImplMBean.java  2000/08/31 17:42:59     1.1
  +++ RMIClientConnectorImplMBean.java  2000/12/07 15:44:53     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.4       +3 -3      jboss/src/main/org/jboss/jmx/client/Stop.java
  
  Index: Stop.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/jmx/client/Stop.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Stop.java 2000/09/28 01:17:08     1.3
  +++ Stop.java 2000/12/07 15:44:53     1.4
  @@ -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.
    */
    
  @@ -19,7 +19,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    */
   public class Stop
   {
  
  
  

Reply via email to