Ignore:
Timestamp:
2009-06-10T14:51:44+12:00 (15 years ago)
Author:
oranfry
Message:

changed default location of server.exe for export to cdrom, and allowed override through a property

File:
1 edited

Legend:

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

    r19592 r19793  
    5252
    5353    <!-- THE MAIN TARGET -->
    54     <target name="mark2" depends="init,mark2-init">
     54    <target name="mark2" depends="init,gs2-init,mark2-init">
    5555        <antcall target="compile"/>
    5656        <antcall target="create-distribution"/>
     
    6363    <target name="properties">
    6464        <echo>Required Properties:</echo>
    65         <echo>version             the version string for the release</echo>
    66         <echo>processor           the processor type of the release. Allowed Values: 'ppc', 'intel'.</echo>
     65        <echo>version                       the version string for the release</echo>
     66        <echo>processor                     the processor type of the release. Allowed Values: 'ppc', 'intel'.</echo>
    6767        <echo/>
    6868
    6969        <echo>Optional Properties:</echo>
    70         <echo>branch.path         the branch of gsdl to make a release of. Eg: tags/2.81. Default: trunk.</echo>
    71         <echo>branch.revision     the revision of gsdl to make a release of. Eg: 18273. Default: HEAD.</echo>
     70        <echo>branch.path                   the branch of gsdl to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     71        <echo>branch.revision               the revision of gsdl to make a release of. Eg: 18273. Default: HEAD.</echo>
     72        <echo>server.exe.location           URL to get server.exe from</echo>
    7273        <echo/>
    7374    </target>
Note: See TracChangeset for help on using the changeset viewer.