Changeset 19039 for release-kits/wirk2


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

    r19006 r19039  
    4141    </target>
    4242
     43    <target name="properties">
     44        <echo>Required Properties:</echo>
     45        <echo>version             the version string for the release</echo>
     46        <echo/>
     47
     48        <echo>Optional Properties:</echo>
     49        <echo>branch.path         the branch of gsdl to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     50        <echo>branch.revision     the revision of gsdl to make a release of. Eg: 18273. Default: HEAD.</echo>
     51        <echo/>
     52    </target>
     53
     54
    4355</project>
Note: See TracChangeset for help on using the changeset viewer.