Changeset 19460 for release-kits/mark2


Ignore:
Timestamp:
2009-05-14T09:51:51+12:00 (15 years ago)
Author:
oranfry
Message:

a few little changes to stay up to date with other big changes

Location:
release-kits/mark2/ant-scripts
Files:
2 edited

Legend:

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

    r18929 r19460  
    66        <antcall target="copy-compiled-to-dist"/> <!-- from init -->
    77        <antcall target="dist-clean-sourcecode"/> <!-- from rk2-targets -->
    8         <antcall target="dist-unzip-packages"/> <!-- from rk2-targets -->
    98        <antcall target="insert-export-to-cd-package"><param name="gsdl.basedir" value="distributions/web"/></antcall> <!-- from rk2-targets -->
    109        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
  • release-kits/mark2/ant-scripts/wrap.xml

    r19133 r19460  
    2525        <echo>dmg.size: ${dmg.size}</echo>
    2626
     27        <!-- create products directory -->
     28        <mkdir dir="products"/>
     29
    2730        <!-- create disk image -->
    2831        <property name="dmg.name" value="Greenstone-${version}-MacOS-${processor}"/>
Note: See TracChangeset for help on using the changeset viewer.