Ignore:
Timestamp:
2010-09-22T11:28:51+12:00 (14 years ago)
Author:
sjm84
Message:

Making sure the gnome-lib extension does not compile for versions before 2.84

File:
1 edited

Legend:

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

    r22851 r22939  
    4141        <if><bool><or><equals arg1="${rk.os}" arg2="mac"/><equals arg1="${rk.os}" arg2="linux"/></or></bool>
    4242            <!-- checkout the gnome support library extension-->
    43             <echo>GNOME LIB EXTENSION START</echo>
    44             <!--<if><bool><and>
    45                 <not><equals arg1="${branch.path}" arg2="trunk"/></not>
    46                 <not><equals arg1="${branch.path}" arg2="tags/stable"/></not>
     43            <if><bool><or>
     44                <equals arg1="${branch.path}" arg2="trunk"/>
     45                <equals arg1="${branch.path}" arg2="tags/stable"/>
    4746                <isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/>
    48             </and></bool>-->
     47            </or></bool>
     48                <echo>COMPILING GNOME LIB EXTENSION</echo>
    4949                <exec executable="svn">
    5050                    <arg value="checkout"/>
     
    5656                    <arg value="./CASCADE-MAKE.sh"/>
    5757                </exec>
    58             <!--</if>-->
    59             <echo>GNOME LIB EXTENSION END</echo>
     58                <echo>DONE COMPILING GNOME LIB EXTENSION</echo>
    6059        </if>
    6160
Note: See TracChangeset for help on using the changeset viewer.