You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2002/10/31 00:01:43 UTC

cvs commit: jakarta-commons/pool project.xml

rwaldhoff    2002/10/30 15:01:43

  Modified:    pool     project.xml
  Log:
  * change <unitTest> pattern so it only invokes the root test suite (otherwise the tests are run twice)
  * correct <inceptionYear>
  * fix description fields
  * fix spelling of waldhoff
  
  Revision  Changes    Path
  1.7       +6 -6      jakarta-commons/pool/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	26 Jul 2002 19:58:20 -0000	1.6
  +++ project.xml	30 Oct 2002 23:01:43 -0000	1.7
  @@ -5,12 +5,12 @@
     <name>Pool</name>
     <id>commons-pool</id>
     <currentVersion>1.1-dev</currentVersion>
  -  <inceptionYear>2002</inceptionYear>
  +  <inceptionYear>2001</inceptionYear>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  -  <shortDescription>Commons Database Connection Pooling</shortDescription>
  +  <shortDescription>Commons Object Pooling Library</shortDescription>
   
     <description>
  -    Commons Database Connection Pooling
  +    Commons Object Pooling Library
     </description>
     
     <developers>
  @@ -33,8 +33,8 @@
         <organization></organization>
       </developer>
       <developer>
  -      <name>Rodney Waldoff</name>
  -      <id>rwaldof</id>
  +      <name>Rodney Waldhoff</name>
  +      <id>rwaldhoff</id>
         <email></email>
         <organization></organization>
       </developer>
  @@ -61,7 +61,7 @@
       
       <unitTest>
         <includes>
  -        <include>**/TestAll.java</include>
  +        <include>org/apache/commons/pool/TestAll.java</include>
         </includes>
       </unitTest>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>