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

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