Changeset 24215


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

removed directives that append with.jni=false to build.properties

File:
1 edited

Legend:

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

    r24205 r24215  
    20632063      <arg value="flax-lib"/></exec>
    20642064    <antcall target="flax-copy-files" />
    2065     <!-- Disable jni and gli -->
    2066     <condition property="file.name.to.edit" value="${basedir}/build.properties" else="${basedir}/build.properties.in">
    2067       <available file="${basedir}/build.properties"/>
    2068     </condition>
    2069     <concat destfile="${file.name.to.edit}" append="true" fixlastline="yes">with.jni=false</concat>         
    2070     <concat destfile="${file.name.to.edit}" append="true" fixlastline="yes">with.gli.and.gems=false</concat>
    20712065  </target>
    20722066 
Note: See TracChangeset for help on using the changeset viewer.