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

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