Ignore:
Timestamp:
2010-01-27T09:59:08+13:00 (14 years ago)
Author:
oranfry
Message:

got properties target working for all kits, plus some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/shared.xml

    r21648 r21652  
    193193    <!-- show the core properties of all release-kits -->
    194194    <target name="core-properties">
    195         <echo>Required Properties:</echo>
    196         <echo>version             the version string for the release</echo>
    197         <echo/>
    198         <echo>Optional Properties:</echo>
    199         <echo>branch.path         the branch of Greenstone to make a release of. Eg: tags/2.81. Default: trunk.</echo>
    200         <echo>branch.revision     the revision of Greenstone to make a release of. Eg: 18273. Default: HEAD.</echo>
    201         <echo/>
     195        <echo>version             (required)  the version string for the release</echo>
     196        <echo>branch.path         (optional)  the branch of Greenstone to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     197        <echo>branch.revision     (optional)  the revision of Greenstone to make a release of. Eg: 18273. Default: HEAD.</echo>
    202198    </target>
    203199
Note: See TracChangeset for help on using the changeset viewer.