nacho       2003/02/05 16:33:16

  Modified:    jk/native2 build.xml
  Log:
  Honor use.jni, needed to fix gump builds..
  Fixed resources location for apache13 win32 builds
  
  Revision  Changes    Path
  1.38      +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.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.xml 11 Jun 2002 22:50:24 -0000      1.37
  +++ build.xml 6 Feb 2003 00:33:16 -0000       1.38
  @@ -328,7 +328,7 @@
       </so>
     </target>
     
  -  <target name="jni" depends="init">
  +  <target name="jni" depends="init" if="use.jni">
       <mkdir dir="${build.dir}/jni${arch.prefix}" />
       <!-- can be overriden -->
       <property name="apr.home" location="${apache2.home}" />
  @@ -467,7 +467,7 @@
        <fileset dir="${native.dir}/common" includes="*.h" />
         </depends>
   
  -      <resource fileName="jk_logger_win32_message.res" if="win32"/>
  +      <resource fileName="../jk_logger_win32_message.res" if="win32"/>
   
         <def name="EAPI" info="Building with EAPI support " />
         <def name="_REENTRANT" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to