You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2002/01/12 08:19:38 UTC

cvs commit: jakarta-tomcat build.xml

billbarker    02/01/11 23:19:38

  Modified:    .        build.xml
  Log:
  Include builds for StreamHandler module
  
  Revision  Changes    Path
  1.163     +3 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.162
  retrieving revision 1.163
  diff -u -r1.162 -r1.163
  --- build.xml	17 Dec 2001 05:31:45 -0000	1.162
  +++ build.xml	12 Jan 2002 07:19:38 -0000	1.163
  @@ -586,14 +586,17 @@
   
     <target name="sample.add-ons">
       <ant antfile="proposals/PasswordPrompter/build.xml"/>
  +    <ant antfile="proposals/StreamHandler/build.xml" />
     </target>
   
     <target name="sample.add-ons.dist" depends="sample.add-ons">
       <ant antfile="proposals/PasswordPrompter/build.xml" target="password.prompter.war"/>
  +    <ant antfile="proposals/StreamHandler/build.xml" target="stream.handler.war" />
     </target>
   
     <target name="sample.add-ons.clean">
       <ant antfile="proposals/PasswordPrompter/build.xml" target="clean"/>
  +    <ant antfile="proposals/StreamHandler/build.xml" target="clean" />
     </target>
   
     <!-- ==================== Embeded tomcat ======== -->
  
  
  

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