Ignore:
Timestamp:
2008-09-19T12:59:22+12:00 (16 years ago)
Author:
oranfry
Message:

using the shared targets for things

File:
1 edited

Legend:

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

    r17268 r17348  
    44    <target name="create-distribution">
    55        <!-- create distribution -->
    6         <antcall target="export-greenstone3" />
    7         <antcall target="dist-set-version-number-property" />
    8         <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli"/></antcall>
     6        <antcall target="export-greenstone3-gli" />
     7
     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>
    915
    1016        <ant target="create-distribution-1" antfile="${mark3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" inheritAll="false">
     
    2834        <antcall target="insert-uninstaller"/> <!-- from rk3-targets -->
    2935        <antcall target="rename-build-xml-for-transit"/>
     36        <antcall target="strip-svn-dirs"><param name="dir" value="distribution/greenstone3"/></antcall> <!-- from init -->
    3037    </target>
    3138
    32     <target name="export-greenstone3">
     39    <target name="export-greenstone3-gli">
    3340        <mkdir dir="distribution"/>
    3441        <delete dir="distribution/greenstone3"/>
Note: See TracChangeset for help on using the changeset viewer.