You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@locus.apache.org on 2000/11/08 14:12:36 UTC

cvs commit: jakarta-tomcat/src/etc/ant test-tomcat.xml

larryi      00/11/08 05:12:33

  Modified:    src/etc/ant test-tomcat.xml
  Log:
  Update so it runs with Ant 1.2
  
  Revision  Changes    Path
  1.3       +0 -2      jakarta-tomcat/src/etc/ant/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/ant/test-tomcat.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- test-tomcat.xml	2000/09/18 00:34:20	1.2
  +++ test-tomcat.xml	2000/11/08 13:12:30	1.3
  @@ -15,7 +15,6 @@
           early tests.
       -->
     
  -   <target name="init">
        <property name="host" value="localhost" />
        <property name="port"     value="8080" />
        <property name="tomcat.home" value="." />
  @@ -23,7 +22,6 @@
        <property name="http.protocol" value="HTTP/1.0" />
        
        <taskdef name="gtest" classname="org.apache.tomcat.task.GTest" />
  -   </target>
   
     <!-- ==================== File tests ==================== -->
     <target name="file">