You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/12/04 20:11:02 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

costin      01/12/04 11:11:02

  Modified:    jk/native2 build.xml
  Log:
  Include all files in the server dir  ( mod_jk and all other implementations of
  jk interfaces )
  
  Revision  Changes    Path
  1.3       +3 -2      jakarta-tomcat-connectors/jk/native2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2001/12/02 01:07:12	1.2
  +++ build.xml	2001/12/04 19:11:02	1.3
  @@ -76,7 +76,7 @@
         <def name="USE_APACHE_MD5" 
   	   info="Use the MD5 implementation that is part of apache2" />
         <src dir=".">
  -	<include name="server/apache2/mod_jk.c" />
  +	<include name="server/apache2/*.c" />
   	<include name="common/*.c" />
   	<include name="apr/*.c" />
         </src>
  @@ -376,11 +376,12 @@
   
     <target name="clean" >
       <delete >
  -      <fileset dir=".">
  +      <fileset dir="${build.dir}">
   	<include name="**/*.o"/>
   	<include name="**/*.so"/>
   	<include name="**/*.lo"/>
   	<include name="**/*.la"/>
  +	<include name="**/*.a"/>
   	<include name="**/.libs"/>
   	<include name="**/*.lib"/>
   	<include name="**/*.nlm"/>
  
  
  

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