User: oberg   
  Date: 00/12/07 07:45:29

  Modified:    src/main/test/jboss/minerva/pools ObjectPoolTest.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/test/jboss/minerva/pools/ObjectPoolTest.java
  
  Index: ObjectPoolTest.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/test/jboss/minerva/pools/ObjectPoolTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ObjectPoolTest.java       2000/06/05 01:18:32     1.1
  +++ ObjectPoolTest.java       2000/12/07 15:45:28     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 test.jboss.minerva.pools;
  @@ -16,7 +16,7 @@
    * JUnit tests for ObjectPool class.  Doesn't test some of the subtleties or
    * data not accessible via the public interface, but tests every
    * public method at least once (except toString).
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    * @author Aaron Mulder ([EMAIL PROTECTED])
    */
   public class ObjectPoolTest extends TestCase {
  
  
  

Reply via email to