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

Location:
main/trunk/release-kits/shared
Files:
3 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
  • main/trunk/release-kits/shared/greenstone2/ant-scripts/greenstone2-shared.xml

    r21648 r21652  
    1414    </target>
    1515
     16    <target name="gs2-properties">
     17        <echo>server.exe.location          (optional)  the version string for the release</echo>
     18    </target>
     19
    1620</project>
    1721   
  • main/trunk/release-kits/shared/greenstone3/ant-scripts/greenstone3-shared.xml

    r21648 r21652  
    2525        <echoproperties><propertyset refid="forward.properties"/></echoproperties>
    2626
     27    </target>
     28
     29    <target name="gs3-properties">
     30        <echo>forward.* (eg, forward.proxy.host)    (optional)  any property to forward to greenstone3 during build</echo>
    2731    </target>
    2832
Note: See TracChangeset for help on using the changeset viewer.