You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/02/04 16:07:47 UTC

cvs commit: jakarta-commons/httpclient build.xml

dion        02/02/04 07:07:47

  Modified:    httpclient build.xml
  Log:
  JUnit 3.7 upgrade
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-commons/httpclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml	5 Jan 2002 12:31:10 -0000	1.12
  +++ build.xml	4 Feb 2002 15:07:47 -0000	1.13
  @@ -1,7 +1,7 @@
   <project name="HTTP Client" default="compile" basedir=".">
   <!--
           "HTTP Client" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.12 2002/01/05 12:31:10 vmassol Exp $
  +        $Id: build.xml,v 1.13 2002/02/04 15:07:47 dion Exp $
   -->
   
   <!-- ========== Properties: Property Files  =============================== -->
  @@ -12,7 +12,7 @@
   
   <!-- ========== Properties: External Dependencies ========================= -->
   
  -  <property name="junit.home"              value="/usr/local/junit3.5"/>
  +  <property name="junit.home"              value="/usr/local/junit3.7"/>
   
   <!-- ========== Properties: Derived Values ================================ -->
   
  
  
  

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