Changeset 20057


Ignore:
Timestamp:
2009-07-21T17:28:29+12:00 (15 years ago)
Author:
oranfry
Message:

changes to wirk3 towards 3.04 release

Location:
release-kits/wirk3/ant-scripts
Files:
3 edited

Legend:

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

    r19981 r20057  
    3535        <antcall target="compile"/>
    3636        <antcall target="create-distribution"/>
    37         <ant dir="." antfile="${lirk3.home}/ant-scripts/create-components.xml" target="create-components"/>
     37        <ant dir="." antfile="${wirk3.home}/ant-scripts/create-components.xml" target="create-components"/>
    3838        <antcall target="create-installer"/>
    3939        <antcall target="wrap"/>
  • release-kits/wirk3/ant-scripts/compile.xml

    r19958 r20057  
    55        <antcall target="checkout-greenstone3" />
    66        <antcall target="greenstone3-set-version-numbers"><param name="greenstone3basedir" value="compiled" /></antcall>
     7        <ant dir="compiled" inheritAll="false">
     8            <target name="prepare"/>
     9            <propertyset refid="forward.properties"/>
     10        </ant>
    711        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="compiled/gli" /></antcall>
    812        <ant dir="compiled" inheritAll="false">
    9             <target name="prepare"/>
    1013            <target name="install"/>
    11             <target name="distclean"/>
    1214            <target name="dist-tidy"/>
    1315            <propertyset refid="forward.properties"/>
  • release-kits/wirk3/ant-scripts/create-distribution.xml

    r19936 r20057  
    55        <!-- create distribution -->
    66        <antcall target="copy-compiled-to-dist"/> <!-- from init -->
    7         <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from init -->
     7        <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from init -->
    88        <antcall target="clean-user-manual"/>
    99        <antcall target="clean-uninstaller"/>
Note: See TracChangeset for help on using the changeset viewer.