Ignore:
Timestamp:
2008-10-31T15:08:31+13:00 (15 years ago)
Author:
oranfry
Message:

started source releases

File:
1 edited

Legend:

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

    r17523 r17652  
    33
    44    <target name="create-distribution">
     5
    56        <!-- create distribution -->
    67        <antcall target="export-greenstone3-gli" />
     8        <antcall target="greenstone3-set-version-numbers"><param name="greenstone3basedir" value="${basedir}/distribution/greenstone3"/></antcall>
     9        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli"/></antcall>
     10        <antcall target="insert-user-manual"/>
    711
    8         <antcall target="greenstone3-set-version-numbers">
    9             <param name="greenstone3basedir" value="${basedir}/distribution/greenstone3"/>
    10         </antcall>
    11 
    12         <antcall target="gli-set-version-numbers">
    13             <param name="glibasedir" value="${basedir}/distribution/greenstone3/gli"/>
    14         </antcall>
     12        <antcall target="copy-web-to-source-greenstone3" /> <!-- from gs3-targets -->
    1513
    1614        <ant target="create-distribution-1" antfile="${mark3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" inheritAll="false">
     
    3028
    3129        <antcall target="copy-over-build-xml" />
    32         <antcall target="insert-user-manual"/>
    3330        <antcall target="insert-compiled-binaries"/>
    3431        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets -->
    35         <antcall target="rename-build-xml-for-transit"/>
    36         <antcall target="strip-svn-dirs"><param name="dir" value="distribution/greenstone3"/></antcall> <!-- from init -->
     32        <antcall target="strip-svn-dirs"><param name="dir" value="distribution"/></antcall> <!-- from init -->
    3733    </target>
    3834
     
    4440            <export srcurl="${svn.root}/gli/${branch.path}" destPath="distribution/greenstone3/gli"/>
    4541        </svn>
     42        <copy todir="distribution/source"><fileset dir="distribution/greenstone3"/></copy>
    4643    </target>
    4744
Note: See TracChangeset for help on using the changeset viewer.