Ignore:
Timestamp:
2013-07-07T17:45:33+12:00 (11 years ago)
Author:
davidb
Message:

Adjustment to ant files that copy in the XML-Parser files necessary for specific version of Perl (for linux). Perl 5.14 added

File:
1 edited

Legend:

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

    r27731 r27769  
    278278                </copy>
    279279            </if>
     280
     281            <!-- Add the 5.14 version if necessary -->
     282            <if><bool><not><available file="${basedir}/compiled/perllib/cpan/perl-5.14"/></not></bool>
     283                <copy todir="${basedir}/compiled/perllib/cpan">
     284                    <fileset dir="${rk.home}/shared/linux/XML-Parser" includes="perl-5.14,perl-5.14/**/*"/>
     285                </copy>
     286            </if>
    280287        </if>
    281288
Note: See TracChangeset for help on using the changeset viewer.