Ignore:
Timestamp:
2009-05-29T11:50:07+12:00 (15 years ago)
Author:
oranfry
Message:

added code to help setup flax in a release

File:
1 edited

Legend:

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

    r19475 r19661  
    66        <!-- create distribution -->
    77        <antcall target="export-greenstone3-gli" />
     8        <antcall target="generate-build-properties"><param name="greenstone3.basedir" value="distributions/web"/></antcall>
    89        <antcall target="greenstone3-set-version-numbers"><param name="greenstone3basedir" value="${basedir}/distributions/web" /></antcall>
    910        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distributions/web/gli" /></antcall>
    1011        <antcall target="insert-user-manual"/>
    11         <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from init -->
    12         <antcall target="insert-uninstaller-jar"/> <!-- from rk3-targets -->
     12        <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk3-targets -->
    1313
    14         <ant target="configure-java-version" antfile="${wirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distributions/web" inheritAll="false"/>
    15            
    1614        <ant target="create-distribution-1" antfile="${wirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distributions/web" inheritAll="false">
    1715            <property name="app.version" value="${version}"/>
Note: See TracChangeset for help on using the changeset viewer.