Changeset 16813 for release-kits/wirk3


Ignore:
Timestamp:
2008-08-15T13:58:02+12:00 (16 years ago)
Author:
oranfry
Message:

changing the order of targets to prevent file not found problems

File:
1 edited

Legend:

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

    r16748 r16813  
    55        <!-- create distribution -->
    66        <antcall target="export-greenstone3" />
    7         <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli" />
    8 
    97        <ant target="create-distribution-1" antfile="${wirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" inheritAll="false">
    108            <property name="app.version" value="${version}"/>
     
    2220            <property name="branch.revision" value="${branch.revision}"/>
    2321        </ant>
    24 
     22        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli" /></antcall>
    2523        <antcall target="copy-over-build-xml" />
    2624        <antcall target="insert-user-manual"/>
Note: See TracChangeset for help on using the changeset viewer.