Changeset 35513 for main/trunk


Ignore:
Timestamp:
2021-09-28T18:49:36+13:00 (3 years ago)
Author:
anupama
Message:

General (template) rk3 release-kits compile.xml file updated too. See previous commit

File:
1 edited

Legend:

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

    r35425 r35513  
    1111            <arg value="-r"/><arg value="${branch.revision}"/>
    1212        </exec>
     13
     14        <!-- Comment out any active checkout.gnomelib.ext=true line in build.properties.svn
     15             So that the release-kits go back to behaving how they did when the line
     16             used to be commented out by default in build properties.
     17             For alternative ways to achieve this, see
     18             https://jeeva-paramasamy.blogspot.com/2012/07/removeunset-property-in-property-file.html
     19             Further options in the propertyfile task https://ant.apache.org/manual/Tasks/propertyfile.html
     20          -->
     21        <!--<if><bool><equals arg1="${checkout.gnomelib.ext}" arg2="true"/></bool>-->
     22        <rsr file="${basedir}/compiled/build.properties.svn" pattern="checkout.gnomelib.ext=true" replacement="#checkout.gnomelib.ext=true"/>
     23        <!--</if>-->
    1324
    1425        <if><bool><equals arg1="${with.jni}" arg2="false"/></bool>
Note: See TracChangeset for help on using the changeset viewer.