matth       2003/10/16 14:44:07

  Modified:    primitives STATUS.html project.xml
  Log:
  Added self as committer.
  
  Revision  Changes    Path
  1.3       +3 -2      jakarta-commons/primitives/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/STATUS.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- STATUS.html       16 Oct 2003 20:48:17 -0000      1.2
  +++ STATUS.html       16 Oct 2003 21:44:07 -0000      1.3
  @@ -20,7 +20,7 @@
   <a name="Introduction"></a>
   <h3>1.  INTRODUCTION</h3>
   
  -<p>The <em>primitives</em> Component contains a set of Java classes for 
  +<p>The <em>primitives</em> Component contains a set of Java classes for
   working with primitive types.</p>
   
   
  @@ -61,6 +61,7 @@
   <ul>
   <li>Rodney Waldhoff</li>
   <li>Stephen Colebourne</li>
  +<li>Matthew Hawthorne</li>
   <li>Fancy volunteering?  We need you!</li>
   </ul>
   
  
  
  
  1.4       +8 -3      jakarta-commons/primitives/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       16 Oct 2003 20:48:17 -0000      1.3
  +++ project.xml       16 Oct 2003 21:44:07 -0000      1.4
  @@ -5,7 +5,7 @@
     <name>Commons Primitives</name>
     <currentVersion>1.0-dev</currentVersion>
     <inceptionYear>2003</inceptionYear>
  -  
  +
     <description>
       Commons Primitives is a set of collection and utility classes for primitive 
types.
       The Java language has a clear distinction between Object and primitive types.
  @@ -13,7 +13,7 @@
       Relatively little functionality is provided by the JDK for primitives.
       This package addresses this by providing a set of utility and collection 
classes for primitives.
     </description>
  -  
  +
     <shortDescription>Apache Jakarta Commons Primitives</shortDescription>
   
     <developers>
  @@ -27,11 +27,16 @@
         <id>rwaldhoff</id>
         <email>[EMAIL PROTECTED]</email>
       </developer>
  +    <developer>
  +      <name>Matthew Hawthorne</name>
  +      <id>matth</id>
  +      <email>[EMAIL PROTECTED]</email>
  +    </developer>
     </developers>
   
     <contributors>
     </contributors>
  -  
  +
     <!-- Primitives should depend on very little -->
     <dependencies>
       <dependency><!-- compile time -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to