You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/02/22 11:06:05 UTC

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

hgomez      02/02/22 02:06:05

  Modified:    jk/native2 build.xml
  Log:
  Update build.xml to use mod_jk2.c and rename mod_jk.so to mod_jk2.so
  
  Revision  Changes    Path
  1.14      +2 -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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	17 Jan 2002 21:19:35 -0000	1.13
  +++ build.xml	22 Feb 2002 10:06:05 -0000	1.14
  @@ -66,7 +66,7 @@
     <target name="apache20" depends="init" if="apache2.detect">
       <property name="apr.include" location="${apache2.home}/include" />
       <mkdir dir="${build.dir}/apache2" />
  -    <so sofile="mod_jk" 
  +    <so sofile="mod_jk2" 
   	buildDir="${build.dir}/apache2"
   	optimize="${so.optimize}"
   	debug="${so.debug}"
  @@ -184,7 +184,7 @@
   	profile="${so.profile}">
   
         <src dir=".">
  -	<include name="server/apache13/mod_jk.c" />
  +	<include name="server/apache13/mod_jk2.c" />
   	<include name="common/*.c" />
           <exclude name="jk_nwmain.c" 
   		 unless="netware" />
  
  
  

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