remm        01/10/25 10:14:02

  Modified:    .        build.xml
  Log:
  - Also display the flags for the admin webapp build.
  
  Revision  Changes    Path
  1.48      +3 -3      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.xml 2001/10/20 18:56:07     1.47
  +++ build.xml 2001/10/25 17:14:02     1.48
  @@ -33,10 +33,10 @@
   
     <!-- =================== DETECT: Display configuration ================== -->
     <target name="detect"
  -   description="Display configuration flags">
  +   description="Display configuration and conditional compilation flags">
   
  -    <echo>Target: Catalina - Detect ...</echo>
  -    <ant dir="./catalina" target="flags.display"/>
  +    <ant dir="${basedir}/catalina" target="flags.display"/>
  +    <ant dir="${basedir}/webapps/admin" target="flags.display"/>
   
     </target>
   
  
  
  


Reply via email to