Changeset 10892 for trunk/gsdl3


Ignore:
Timestamp:
2005-11-14T16:13:14+13:00 (18 years ago)
Author:
kjdon
Message:

added in a target to remove the windows specific files from other distros - winutil, and lib/jni/*.dll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10883 r10892  
    15171517    <antcall target="get-perl-for-windows"/>
    15181518    <antcall target="get-macos-extra"/>
     1519    <antcall target="delete-windows-files"/>
    15191520    <antcall target="prepare-tomcat"/>
    15201521    <delete file="${packages.home}/apache-tomcat-5.5.12.zip"/>
     
    15621563  </target>
    15631564
     1565  <target name="delete-windows-files" depends="init" unless="current.os.iswindows">
     1566    <delete dir="${basedir}/winutil"/>
     1567    <delete>
     1568      <fileset dir="${lib.jni}" includes="*.dll"/>
     1569    </delete>
     1570  </target>
     1571
    15641572  <target name="install-for-dist" depends="accept-properties,init,configure-mysql,configure,configure-tomcat">
    15651573    <condition property="need.xml.jars">
Note: See TracChangeset for help on using the changeset viewer.