Ignore:
Timestamp:
2009-05-12T16:26:33+12:00 (15 years ago)
Author:
oranfry
Message:

pass on the value of install.flax to the compiled greenstone3

File:
1 edited

Legend:

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

    r19039 r19406  
    3333   
    3434    <!-- THE MAIN TARGET -->
    35     <target name="wirk3" depends="init">
     35    <target name="wirk3" depends="init,gs3-init">
    3636        <antcall target="compile"/>
    3737        <antcall target="create-distribution"/>
     
    4949        <echo>branch.path         the branch of Greenstone3 to make a release of. Eg: tags/2.81. Default: trunk.</echo>
    5050        <echo>branch.revision     the revision of Greenstone3 to make a release of. Eg: 18273. Default: HEAD.</echo>
     51        <echo>install.flax        set to true to include flax in the distribution. Default: false.</echo>
    5152        <echo/>
    5253    </target>
Note: See TracChangeset for help on using the changeset viewer.