Ignore:
Timestamp:
2009-04-09T10:08:46+12:00 (15 years ago)
Author:
oranfry
Message:

changing the way the release kits make the greenstone2 distribution: instead of starting from a fresh export of greenstone, start from a copy of the compiled working copy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/ant-scripts/create-distribution.xml

    r18874 r18929  
    44    <target name="create-distribution">
    55
    6         <antcall target="export-gsdl-gli"><param name="dest" value="distributions/web"/></antcall>
    7         <antcall target="drop-in-docs"><param name="gsdl.basedir" value="distributions/web"/></antcall>
    8         <antcall target="gsdl-set-version-numbers"><param name="gsdl.basedir" value="${basedir}/distributions/web"/></antcall>
    9         <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distributions/web/gli"/></antcall>
     6        <antcall target="copy-compiled-to-dist"/> <!-- from init -->
     7        <antcall target="dist-clean-sourcecode"/> <!-- from rk2-targets -->
     8        <antcall target="dist-unzip-packages"/> <!-- from rk2-targets -->
     9        <antcall target="insert-export-to-cd-package"><param name="gsdl.basedir" value="distributions/web"/></antcall> <!-- from rk2-targets -->
    1010        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
    11         <antcall target="dist-unzip-packages"/>
    12         <antcall target="drop-in-binaries" />
    13         <antcall target="drop-in-demo-collection" />
    14         <antcall target="insert-export-to-cd-package"><param name="gsdl.basedir" value="distributions/web"/></antcall> <!-- from rk2-targets -->
     11
    1512        <antcall target="export-imagemagick-darwin-binaries" />
    1613        <antcall target="export-ghostscript-darwin-binaries" />
    17         <antcall target="compile-gli" />
    18         <antcall target="remove-unneeded-files" />
     14
     15        <antcall target="remove-unneeded-files"/>
     16        <antcall target="strip-svn-dirs"><param name="dir" value="${basedir}/distributions/web"/></antcall>
    1917        <antcall target="create-needed-empty-files"><param name="gsdl.basedir" value="distributions/web"/></antcall>
    2018
     
    7573    </target>
    7674
    77     <target name="dist-unzip-packages">
    78         <untar src="${basedir}/distributions/web/common-src/packages/sqlite/sqlite-amalgamation-3.5.9.tar.gz" dest="${basedir}/distributions/web/common-src/packages/sqlite" compression="gzip"/>
    79         <delete file="${basedir}/distributions/web/common-src/packages/sqlite/sqlite-amalgamation-3.5.9.tar.gz"/>
    80     </target>
    81 
    82 
    8375    <target name="remove-unneeded-files">
     76        <delete dir="${basedir}/distributions/web/uninstaller" />
    8477        <delete file="${basedir}/distributions/web/gli/.greenstonestore" />
    8578        <delete><fileset dir="${basedir}/distributions/web" includes="win32.mak,win32cfg.h,Install.sh,Support.htm"/></delete>
Note: See TracChangeset for help on using the changeset viewer.