Ignore:
Timestamp:
2011-06-10T11:41:52+12:00 (13 years ago)
Author:
sjm84
Message:

Upgraded this release kit to the new way of expressing versions (post.2.83.version)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/cdrk2/ant-scripts/build.xml

    r24133 r24146  
    6565
    6666        <!-- checkout and compile documentation java/fop code -->
    67         <if><bool><or><equals arg1="${branch.path}" arg2="trunk"/><isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/></or></bool>
     67        <if><bool><equals arg1="${post.2.83.version}" arg2="true"/></bool>
    6868            <exec executable="svn">
    6969                <arg value="export"/>
     
    8686
    8787        <!-- checkout tutorials and build them -->
    88         <if><bool><or><equals arg1="${branch.path}" arg2="trunk"/><isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/></or></bool> 
    89             <exec executable="svn">
    90                 <arg value="checkout"/>
    91                 <arg value="${svn.root}/documentation/${branch.path}/tutorials"/><arg value="documentation/tutorials"/>
     88        <if><bool><equals arg1="${post.2.83.version}" arg2="true"/></bool> 
     89            <exec executable="svn">
     90                <arg value="checkout"/>
     91                <arg value="${svn.root}/documentation/${branch.path}/tutorials"/>
     92                <arg value="documentation/tutorials"/>
    9293            </exec>
    9394            <exec executable="svn">
     
    174175
    175176        <!-- checkout manuals and build them -->
    176         <if><bool><or><equals arg1="${branch.path}" arg2="trunk"/><isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/></or></bool>
     177        <if><bool><equals arg1="${post.2.83.version}" arg2="true"/></bool>
    177178            <exec executable="svn">
    178179                <arg value="checkout"/>
Note: See TracChangeset for help on using the changeset viewer.