Ignore:
Timestamp:
2009-06-26T16:18:44+12:00 (15 years ago)
Author:
oranfry
Message:

it's all good stuff

File:
1 edited

Legend:

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

    r19463 r19935  
    1212        <antcall target="insert-uninstaller-jar"/> <!-- from rk3-targets -->
    1313
    14         <ant target="create-distribution-1" antfile="${mark3.home}/ant-scripts/operations-on-gs3home.xml" dir="distributions/web" inheritAll="false">
     14        <ant target="create-distribution-1" dir="distributions/web" inheritAll="false">
    1515            <property name="app.version" value="${version}"/>
    1616            <property name="branch.path" value="${branch.path}"/>
     17            <property name="branch.revision" value="${branch.revision}"/>
    1718        </ant>
    1819
    19         <ant target="create-distribution-2" antfile="${mark3.home}/ant-scripts/operations-on-gs3home.xml" dir="distributions/web" inheritAll="false">
     20        <ant target="create-distribution-2" dir="distributions/web" inheritAll="false">
    2021            <property name="app.version" value="${version}"/>
    2122            <property name="branch.path" value="${branch.path}"/>
     23            <property name="branch.revision" value="${branch.revision}"/>
    2224        </ant>
    2325
    24         <ant target="create-distribution-3" antfile="${mark3.home}/ant-scripts/operations-on-gs3home.xml" dir="distributions/web" inheritAll="false">
     26        <ant target="create-distribution-3" dir="distributions/web" inheritAll="false">
    2527            <property name="app.version" value="${version}"/>
    2628            <property name="branch.path" value="${branch.path}"/>
     29            <property name="branch.revision" value="${branch.revision}"/>
    2730        </ant>
    2831
Note: See TracChangeset for help on using the changeset viewer.