You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2002/06/22 23:45:13 UTC

cvs commit: jakarta-struts build-tests.xml

craigmcc    2002/06/22 14:45:13

  Modified:    .        build-tests.xml
  Log:
  Add commons-httpclient.jar to the JUnit classpath.
  
  PR: Bugzilla #10093
  Submitted by:	Dominique Plante <dplante at pacbell.net>
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-struts/build-tests.xml
  
  Index: build-tests.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build-tests.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-tests.xml	22 Jun 2002 20:50:36 -0000	1.4
  +++ build-tests.xml	22 Jun 2002 21:45:13 -0000	1.5
  @@ -219,6 +219,7 @@
   
               <classpath>
                   <pathelement path="${java.class.path}"/>
  +                <pathelement location="${commons-httpclient.jar}"/>
                   <pathelement location="${out.test.dir}/classes"/>
                   <!-- For cactus.properties -->
                   <pathelement location="${conf.test.dir}"/>
  
  
  

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