craigmcc    00/11/09 12:17:52

  Modified:    src/etc  Tag: tomcat_32 test-tomcat.xml
  Log:
  Allow the tests to run under Ant 1.2 and later.  Without this, the <taskdef>
  for GTest was not being recognized.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.5  +2 -2      jakarta-tomcat/src/etc/Attic/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/Attic/test-tomcat.xml,v
  retrieving revision 1.20.2.4
  retrieving revision 1.20.2.5
  diff -u -r1.20.2.4 -r1.20.2.5
  --- test-tomcat.xml   2000/11/09 13:17:48     1.20.2.4
  +++ test-tomcat.xml   2000/11/09 20:17:52     1.20.2.5
  @@ -805,10 +805,10 @@
      </target>
   
   
  -   <target name="client" 
depends="file-tomcat,dispatch-tomcat,get-tomcat,requestMap,post,jsp-tomcat,wrong_request,unavailable,restricted">
  +   <target name="client" 
depends="init,file-tomcat,dispatch-tomcat,get-tomcat,requestMap,post,jsp-tomcat,wrong_request,unavailable,restricted">
      </target>
   
  -   <target name="client-apache" 
depends="file-apache,dispatch-apache,get-apache,post,jsp-apache,wrong_request,unavailable,restricted">
  +   <target name="client-apache" 
depends="init,file-apache,dispatch-apache,get-apache,post,jsp-apache,wrong_request,unavailable,restricted">
      </target>
   
      <target name="shutdown">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to