You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/03/20 20:02:29 UTC

cvs commit: jakarta-commons-sandbox/convert project.xml

scolebourne    2004/03/20 11:02:29

  Modified:    convert  project.xml
  Log:
  Add contributers
  Fix test case
  
  Revision  Changes    Path
  1.10      +13 -1     jakarta-commons-sandbox/convert/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/convert/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	20 Mar 2004 18:52:31 -0000	1.9
  +++ project.xml	20 Mar 2004 19:02:29 -0000	1.10
  @@ -29,13 +29,25 @@
       </developer>
     </developers>
     
  +  <contributors>
  +    <contributor>
  +      <name>Oliver Heger</name>
  +    </contributor>
  +    <contributor>
  +      <name>Andrei Legostaev</name>
  +    </contributor>
  +    <contributor>
  +      <name>Matthew Sgarlata</name>
  +    </contributor>
  +  </contributors>
  +    
     <dependencies>
     </dependencies>
   
     <build>
       <unitTest>
         <includes>
  -        <include>**/*TestCase.java</include>
  +        <include>**/ProjectConvertTestSuite.java</include>
         </includes>
       </unitTest>
     </build>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org