Ignore:
Timestamp:
2009-08-03T11:49:27+12:00 (15 years ago)
Author:
oranfry
Message:

more generalisation, and wrok on mark3

File:
1 edited

Legend:

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

    r19154 r20112  
    1818    <property name="rk.name" value="mark3"/>
    1919    <property name="rk.home" value="${mark3.home}" />
    20     <property name="rk.os" value="linux" />
     20    <property name="rk.os" value="mac" />
    2121    <!-- os.suffix set dynamically below -->
    2222
     
    5353        <antcall target="compile"/>
    5454        <antcall target="create-distribution"/>
    55         <antcall target="create-components"/>
     55        <ant dir="." antfile="${mark3.home}/ant-scripts/create-components.xml" target="create-components"/>
    5656        <antcall target="create-installer"/>
    5757        <antcall target="wrap"/>
Note: See TracChangeset for help on using the changeset viewer.