- Timestamp:
- 2011-09-30T14:39:27+13:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml
r24389 r24701 249 249 </if> 250 250 251 <!-- Add the 5.8 mutlithreaded version if necessary --> 252 <if><bool><not><available file="${basedir}/compiled/perllib/cpan/perl-5.8-mt"/></not></bool> 253 <copy todir="${basedir}/compiled/perllib/cpan"> 254 <fileset dir="${rk.home}/shared/linux/XML-Parser" includes="perl-5.8-mt,perl-5.8-mt/**/*"/> 255 </copy> 256 </if> 257 251 258 <!-- Add the 5.10 version if necessary --> 252 259 <if><bool><not><available file="${basedir}/compiled/perllib/cpan/perl-5.10"/></not></bool>
Note:
See TracChangeset
for help on using the changeset viewer.