Changeset 32320 for main


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

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

Location:
main/trunk/release-kits
Files:
3 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 -->
  • main/trunk/release-kits/kits/sork3/ant-scripts/build.xml

    r21748 r32320  
    5050        <!-- clean up -->
    5151        <delete file="distributions/${dist.name}/gs2build/bin/linux/mgquery_old" />
    52         <delete file="distributions/${dist.name}/build.properties.in"/>
     52        <delete file="distributions/${dist.name}/build.properties.svn"/>
    5353        <delete><fileset dir="distributions/${dist.name}/packages" includes="**/*.zip,**/*.tar.gz"/></delete>
    5454
  • main/trunk/release-kits/shared/greenstone3/ant-scripts/greenstone3-shared.xml

    r28938 r32320  
    6868        <echoproperties prefix="forward." destfile="${greenstone3basedir}/forward.properties"/>
    6969        <replaceregexp file="${greenstone3basedir}/forward.properties" match="forward\.(.*)" replace="\1" byline="true"/>
    70         <copy file="${greenstone3basedir}/build.properties.in" tofile="${greenstone3basedir}/build.properties"/>
     70        <copy file="${greenstone3basedir}/build.properties.svn" tofile="${greenstone3basedir}/build.properties"/>
    7171        <concat destfile="${greenstone3basedir}/build.properties" append="true" fixlastline="yes">
    7272            <fileset file="${greenstone3basedir}/forward.properties"/>
Note: See TracChangeset for help on using the changeset viewer.