User: hiram   
  Date: 01/03/01 17:13:00

  Modified:    src/main/org/jbossmq/referenceable ObjectRefAddr.java
                        SpyConnectionFactoryObjectFactory.java
                        SpyDestinationObjectFactory.java
  Log:
  - Changed Source references of GPL to LGPL.
  - QueueBrowser Selector fix.
  - Persistence data files now do not get corrupted after a source rebuild
  
  Revision  Changes    Path
  1.2       +2 -2      jbossmq/src/main/org/jbossmq/referenceable/ObjectRefAddr.java
  
  Index: ObjectRefAddr.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/referenceable/ObjectRefAddr.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ObjectRefAddr.java        2001/01/26 00:43:46     1.1
  +++ ObjectRefAddr.java        2001/03/02 01:12:59     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.referenceable;
  @@ -14,7 +14,7 @@
    * 
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class ObjectRefAddr extends RefAddr {
   
  
  
  
  1.2       +2 -2      
jbossmq/src/main/org/jbossmq/referenceable/SpyConnectionFactoryObjectFactory.java
  
  Index: SpyConnectionFactoryObjectFactory.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/referenceable/SpyConnectionFactoryObjectFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SpyConnectionFactoryObjectFactory.java    2001/01/26 00:43:47     1.1
  +++ SpyConnectionFactoryObjectFactory.java    2001/03/02 01:12:59     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.referenceable;
  @@ -24,7 +24,7 @@
    * 
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class SpyConnectionFactoryObjectFactory implements 
javax.naming.spi.ObjectFactory {
        /**
  
  
  
  1.2       +2 -2      
jbossmq/src/main/org/jbossmq/referenceable/SpyDestinationObjectFactory.java
  
  Index: SpyDestinationObjectFactory.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbossmq/src/main/org/jbossmq/referenceable/SpyDestinationObjectFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SpyDestinationObjectFactory.java  2001/01/26 00:43:47     1.1
  +++ SpyDestinationObjectFactory.java  2001/03/02 01:12:59     1.2
  @@ -1,7 +1,7 @@
   /*
    * JBossMQ, the OpenSource JMS implementation
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jbossmq.referenceable;
  @@ -20,7 +20,7 @@
    * 
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class SpyDestinationObjectFactory implements javax.naming.spi.ObjectFactory {
        /**
  
  
  

Reply via email to