You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ro...@apache.org on 2004/04/20 00:11:48 UTC

cvs commit: jakarta-commons/cli project.xml

roxspring    2004/04/19 15:11:48

  Modified:    cli      Tag: RESEARCH_CLI_2_ROXSPRING project.xml
  Log:
  HelpFormatter now uses predictable sorting, previously:
  "it simply compares the object's toString() values rather than using the getKey() method which would perform the sort that the comments seem to indicate is desired"
  Also brought TestHelpFormatter expectations in line.
  PR:24184
  Submitted by:	Robert Fletcher <rf...@yahoo.co.uk>
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.16.2.8  +1 -0      jakarta-commons/cli/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/project.xml,v
  retrieving revision 1.16.2.7
  retrieving revision 1.16.2.8
  diff -u -r1.16.2.7 -r1.16.2.8
  --- project.xml	13 Apr 2004 21:56:03 -0000	1.16.2.7
  +++ project.xml	19 Apr 2004 22:11:47 -0000	1.16.2.8
  @@ -104,6 +104,7 @@
       <!-- Unit test classes -->
       <unitTest>
         <includes>
  +        <include>**/Test*.java</include>
           <include>**/*Test.java</include>
         </includes>
       </unitTest>
  
  
  

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