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

    r19032 r19039  
    2727        <antcall target="build-collections"/>
    2828        <antcall target="create-archives"/>
     29    </target>
     30
     31    <target name="properties">
     32        <echo>Required Properties:</echo>
     33        <echo>version           the version string for the release</echo>
     34        <echo/>
     35
     36        <echo>Optional Properties:</echo>
     37        <echo>branch.path       the branch of gs2build to use to build collections. Default: trunk.</echo>
     38        <echo/>
    2939    </target>
    3040
Note: See TracChangeset for help on using the changeset viewer.