Changeset 17977


Ignore:
Timestamp:
2008-11-28T14:21:56+13:00 (15 years ago)
Author:
oranfry
Message:

shared insert windows perl target plus use of it by sork2

Location:
release-kits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-scripts/init.xml

    r17963 r17977  
    397397    </target>
    398398
     399    <!-- unzip windows perl into bin/windows of the given gsdl or gs2build -->
     400    <target name="insert-windows-perl">
     401        <mkdir dir="${gsdl.basedir}/bin/windows"/>
     402        <delete dir="${gsdl.basedir}/bin/windows/perl"/>
     403        <unzip src="${rk.home}/windows/perl.zip" dest="${gsdl.basedir}/bin/windows"/>
     404    </target>
     405
     406
    399407</project>
  • release-kits/sork2/ant-scripts/build.xml

    r17973 r17977  
    2929        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distributions/Greenstone-${version}-source/gli"/></antcall>
    3030        <antcall target="insert-winbin"/>
     31        <antcall target="insert-windows-perl"><param name="gsdl.basedir" value="${basedir}/distributions/Greenstone-${version}-source"/></antcall>
    3132        <antcall target="tweak-files" />
    3233        <antcall target="create-archives"/>
Note: See TracChangeset for help on using the changeset viewer.