larryi      02/01/13 14:06:15

  Modified:    jk/native build.xml
  Log:
  Fix netscape target to build under WEB-INF/jk like the others.
  
  Update clean target to delete the WEB-INF/jk directory where the
  builds now put their output.
  
  Revision  Changes    Path
  1.28      +3 -20     jakarta-tomcat-connectors/jk/native/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 12 Jan 2002 05:27:39 -0000      1.27
  +++ build.xml 13 Jan 2002 22:06:15 -0000      1.28
  @@ -307,11 +307,11 @@
     </target>
   
     <target name="netscape" depends="init" if="iplanet.detect">
  -    <mkdir dir="netscape/obj" />
  +    <mkdir dir="${jk.build}/WEB-INF/jk/netscape" />
       <property name="netscape.home" value="${iplanet.home}/plugins" />
       <available property="unix" file="/etc/passwd" />
       <so sofile="nsapi_redirector" 
  -     buildDir="netscape/obj"
  +     buildDir="${jk.build}/WEB-INF/jk/netscape"
        optimize="${so.optimize}"
        debug="${so.debug}"
        profile="${so.profile}">
  @@ -392,24 +392,7 @@
     </target>
   
     <target name="clean" >
  -    <delete >
  -      <fileset dir=".">
  -     <include name="**/*.o"/>
  -     <include name="**/*.so"/>
  -     <include name="**/*.lo"/>
  -     <include name="**/*.la"/>
  -     <include name="**/.libs"/>
  -     <include name="**/*.lib"/>
  -     <include name="**/*.nlm"/>
  -     <include name="**/*.map"/>
  -     <include name="**/*.sym"/>
  -     <include name="**/*.NCV"/>
  -     <include name="**/*.obj"/>
  -     <include name="**/*.dll"/>
  -        <include name="**/*.pdb"/>
  -        <include name="**/obj/*.exp"/>
  -      </fileset>
  -    </delete>
  +    <delete dir="${jk.build}/WEB-INF/jk"/>
     </target>
   
   </project>
  
  
  

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

Reply via email to