Ignore:
Timestamp:
2011-06-28T12:20:08+12:00 (13 years ago)
Author:
xiao
Message:

modified target prepare-flax to disable jni and gli

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/tags/stable/greenstone3/build.xml

    r24098 r24204  
    20632063      <arg value="flax-lib"/></exec>
    20642064    <antcall target="flax-copy-files" />
     2065    <concat destfile="${basedir}/build.properties" append="true" fixlastline="yes">with.jni=false</concat>         
     2066    <concat destfile="${basedir}/build.properties" append="true" fixlastline="yes">with.gli.and.gems=false</concat>         
    20652067  </target>
    20662068 
     
    21002102    <exec executable="svn"><arg value="update"/>
    21012103      <arg value="flax-lib"/></exec>
    2102     <!--<antcall target="flax-copy-files" />-->
    21032104    <antcall target="compile-core" />
    21042105  </target>
Note: See TracChangeset for help on using the changeset viewer.