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

    r19006 r19039  
    1212    <!-- CONSTANTS -->
    1313
    14 .   <!-- for the benefit of the shared scripts, set release-kit home -->
     14    <!-- for the benefit of the shared scripts, set release-kit home -->
    1515    <property name="rk.name" value="sork2"/>
    1616    <property name="rk.home" value="${sork2.home}" />
     
    3333        <antcall target="create-archives"/>
    3434    </target>
     35
     36    <target name="properties">
     37        <echo>Required Properties:</echo>
     38        <echo>version             the version string for the release</echo>
     39        <echo/>
     40
     41        <echo>Optional Properties:</echo>
     42        <echo>branch.path         the branch of gsdl to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     43        <echo>branch.revision     the revision of gsdl to make a release of. Eg: 18273. Default: HEAD.</echo>
     44        <echo/>
     45    </target>
     46
    3547
    3648    <target name="tweak-files">
Note: See TracChangeset for help on using the changeset viewer.