Changeset 27028


Ignore:
Timestamp:
2013-03-07T16:57:28+13:00 (11 years ago)
Author:
ak19
Message:

Useful comment on disabling wvware

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r26806 r27028  
    363363  </condition>
    364364
    365 
    366   <condition property="gs2.opt.args" value= " " else="--disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
     365<!-- if you want to disable wvware, do so here: set the value (not else) field to contain minus-minus-disable-wvware -->
     366  <condition property="gs2.opt.args" value=" " else="--disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
    367367    <istrue value="${with.jni}"/>
    368368  </condition>
Note: See TracChangeset for help on using the changeset viewer.