Changeset 19039 for release-kits


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)

Location:
release-kits
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • release-kits/cdrk2/ant-scripts/build.xml

    r19006 r19039  
    3737        <antcall target="create-image"/>
    3838    </target>
     39
     40    <target name="properties">
     41        <echo>Required Properties:</echo>
     42        <echo>version             the version string for the release</echo>
     43        <echo/>
     44    </target>
     45
    3946
    4047    <target name="checkout-and-compile-documentation">
  • 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
  • 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>
  • 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>
  • release-kits/mark2/ant-scripts/build.xml

    r19006 r19039  
    5858    </target>
    5959
     60    <target name="properties">
     61        <echo>Required Properties:</echo>
     62        <echo>version             the version string for the release</echo>
     63        <echo>processor           the processor type of the release. Allowed Values: 'ppc', 'intel'.</echo>
     64        <echo/>
     65
     66        <echo>Optional Properties:</echo>
     67        <echo>branch.path         the branch of gsdl to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     68        <echo>branch.revision     the revision of gsdl to make a release of. Eg: 18273. Default: HEAD.</echo>
     69        <echo/>
     70    </target>
     71
     72
    6073</project>
  • release-kits/mark3/ant-scripts/build.xml

    r19006 r19039  
    5757    </target>
    5858
     59    <target name="properties">
     60        <echo>Required Properties:</echo>
     61        <echo>version             the version string for the release</echo>
     62        <echo>processor           the processor type of the release. Allowed Values: 'ppc', 'intel'.</echo>
     63        <echo/>
     64
     65        <echo>Optional Properties:</echo>
     66        <echo>branch.path         the branch of Greenstone3 to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     67        <echo>branch.revision     the revision of Greenstone3 to make a release of. Eg: 18273. Default: HEAD.</echo>
     68        <echo/>
     69    </target>
     70
     71
    5972</project>
  • 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">
  • 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>
  • release-kits/wirk3/ant-scripts/build.xml

    r19006 r19039  
    4040        <antcall target="wrap"/>
    4141    </target>
    42    
    43    
     42
     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 Greenstone3 to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     50        <echo>branch.revision     the revision of Greenstone3 to make a release of. Eg: 18273. Default: HEAD.</echo>
     51        <echo/>
     52    </target>
     53
    4454
    4555</project>
Note: See TracChangeset for help on using the changeset viewer.