You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/07/18 05:08:26 UTC

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

craigmcc    00/07/17 20:08:25

  Modified:    src/etc  test-tomcat.xml
  Log:
  Remove "init" attribute from the <project> element so that the tests will
  run with recent versions of Ant.
  
  Submitted by: Juan Jose Pablos <jj...@bton.ac.uk>
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-tomcat/src/etc/test-tomcat.xml
  
  Index: test-tomcat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/test-tomcat.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- test-tomcat.xml	2000/05/24 04:41:49	1.20
  +++ test-tomcat.xml	2000/07/18 03:08:25	1.21
  @@ -1,4 +1,4 @@
  -<project name="TestRun" default="main" init="init">
  +<project name="TestRun" default="main">
      <!-- To test tomcat standalone, type:
             bin/tomcat.sh ant -f conf/test-tomcat.xml client