Ignore:
Timestamp:
2018-07-31T17:25:06+12:00 (6 years ago)
Author:
sjm84
Message:

build.properties.in has become build.properties.svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r29393 r32320  
    1313
    1414        <if><bool><equals arg1="${with.jni}" arg2="false"/></bool>
    15             <rsr file="${basedir}/compiled/build.properties.in" pattern="with.jni=true" replacement="#with.jni=true"/>
     15            <rsr file="${basedir}/compiled/build.properties.svn" pattern="with.jni=true" replacement="#with.jni=true"/>
    1616        </if>
    1717
    1818        <if><bool><equals arg1="${with.gli.and.gems}" arg2="false"/></bool>
    19             <rsr file="${basedir}/compiled/build.properties.in" pattern="with.gli.and.gems=true" replacement="#with.gli.and.gems=true"/>
     19            <rsr file="${basedir}/compiled/build.properties.svn" pattern="with.gli.and.gems=true" replacement="#with.gli.and.gems=true"/>
    2020        </if>
    2121
     
    8181            </if>
    8282        </if>
     83
     84        <!-- <rsr file="${basedir}/compiled/build.xml" pattern="CFLAGS=&amp;quot;" replacement="CFLAGS=&amp;quot;-fPIC "/> -->
    8385
    8486        <!-- run greenstone3's ant install and ant dist-tidy -->
Note: See TracChangeset for help on using the changeset viewer.