Changeset 35515 for main


Ignore:
Timestamp:
2021-09-28T19:38:34+13:00 (3 years ago)
Author:
anupama
Message:

Related to commits 35511 to 35514: for linux 64 release-kit too, turn off checkout.gnomelib.ext when release-kits are running, as this property is now turned on by default in GS3checked out from SVN after discussion some weeks ago with Dr Bainbridge and Kathy.

File:
1 edited

Legend:

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

    r34606 r35515  
    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.