Changeset 19793 for release-kits/lirk2


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

    r19592 r19793  
    3333
    3434    <!-- THE MAIN TARGET -->
    35     <target name="lirk2" depends="init">
     35    <target name="lirk2" depends="init,gs2-init">
    3636        <antcall target="compile"/>
    3737        <antcall target="create-distribution"/>
     
    4444    <target name="properties">
    4545        <echo>Required Properties:</echo>
    46         <echo>version             the version string for the release</echo>
     46        <echo>version                       the version string for the release</echo>
    4747        <echo/>
    4848
    4949        <echo>Optional Properties:</echo>
    50         <echo>branch.path         the branch of gsdl to make a release of. Eg: tags/2.81. Default: trunk.</echo>
    51         <echo>branch.revision     the revision of gsdl to make a release of. Eg: 18273. Default: HEAD.</echo>
     50        <echo>branch.path                   the branch of gsdl to make a release of. Eg: tags/2.81. Default: trunk.</echo>
     51        <echo>branch.revision               the revision of gsdl to make a release of. Eg: 18273. Default: HEAD.</echo>
     52        <echo>server.exe.location           URL to get server.exe from</echo>
    5253        <echo/>
    5354    </target>
Note: See TracChangeset for help on using the changeset viewer.