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

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