Changeset 19039 for release-kits/cdrk2


Ignore:
Timestamp:
2009-04-17T15:59:07+12:00 (15 years ago)
Author:
oranfry
Message:

the properties targets of all release kits, which keep track of the properties supported (rk-build.properties)

File:
1 edited

Legend:

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

    r19006 r19039  
    3737        <antcall target="create-image"/>
    3838    </target>
     39
     40    <target name="properties">
     41        <echo>Required Properties:</echo>
     42        <echo>version             the version string for the release</echo>
     43        <echo/>
     44    </target>
     45
    3946
    4047    <target name="checkout-and-compile-documentation">
Note: See TracChangeset for help on using the changeset viewer.