You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by su...@apache.org on 2002/09/02 23:43:49 UTC

cvs commit: jakarta-commons/httpclient build.properties.sample

sullis      2002/09/02 14:43:49

  Modified:    httpclient/docs TESTING.txt
               httpclient build.properties.sample
  Log:
  updated all "JUnit 3.7" references to "JUnit 3.8"
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-commons/httpclient/docs/TESTING.txt
  
  Index: TESTING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/docs/TESTING.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TESTING.txt	8 Aug 2002 18:21:55 -0000	1.5
  +++ TESTING.txt	2 Sep 2002 21:43:49 -0000	1.6
  @@ -6,7 +6,7 @@
   DEPENDENCIES:
   
   For testing changes to the component, you will need JUnit
  -(version 3.7 or later), which can be obtained from:
  +(version 3.8 or later), which can be obtained from:
   
     http://www.junit.org/
   
  
  
  
  1.10      +2 -2      jakarta-commons/httpclient/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/build.properties.sample,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.properties.sample	21 Jul 2002 04:12:44 -0000	1.9
  +++ build.properties.sample	2 Sep 2002 21:43:49 -0000	1.10
  @@ -18,7 +18,7 @@
   # Required to compile and run.
   commons-logging.jar=${lib.dir}/commons-logging.jar
   
  -# JUnit Version 3.7(+?) (See http://junit.org)
  +# JUnit Version 3.8(+?) (see http://www.junit.org/ )
   # Required to compile and run the unit tests.
   junit.jar=${lib.dir}/junit.jar
   
  
  
  

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