You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/08/11 13:54:48 UTC

cvs commit: jakarta-tomcat-catalina build.xml

remm        2002/08/11 04:54:48

  Modified:    .        build.xml
  Log:
  - Fix detect target.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat-catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	26 Jul 2002 11:16:15 -0000	1.3
  +++ build.xml	11 Aug 2002 11:54:48 -0000	1.4
  @@ -19,7 +19,7 @@
   
   
     <!-- =================== DETECT: Display configuration ================== -->
  -  <target name="detect"
  +  <target name="flags.display"
      description="Display configuration and conditional compilation flags">
   
       <ant dir="${basedir}/catalina" target="flags.display"/>
  
  
  

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