Changeset 19039 for release-kits/mark2


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/mark2/ant-scripts/build.xml

    r19006 r19039  
    5858    </target>
    5959
     60    <target name="properties">
     61        <echo>Required Properties:</echo>
     62        <echo>version             the version string for the release</echo>
     63        <echo>processor           the processor type of the release. Allowed Values: 'ppc', 'intel'.</echo>
     64        <echo/>
     65
     66        <echo>Optional Properties:</echo>
     67        <echo>branch.path         the branch of gsdl to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     68        <echo>branch.revision     the revision of gsdl to make a release of. Eg: 18273. Default: HEAD.</echo>
     69        <echo/>
     70    </target>
     71
     72
    6073</project>
Note: See TracChangeset for help on using the changeset viewer.