Ignore:
Timestamp:
2010-07-19T09:40:11+12:00 (14 years ago)
Author:
sjm84
Message:

Linux installations now include 3 versions of the XML parser for Perl

File:
1 edited

Legend:

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

    r22389 r22425  
    175175            </exec>
    176176        </if>
     177       
     178        <!-- insert an xml parser -->
     179        <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
     180            <copy todir="compiled/perllib/cpan">
     181                <fileset dir="${rk.home}/shared/linux" includes="XML-Parser/**/*"/>
     182            </copy>
     183        </if>
    177184
    178185        <!-- compile gli -->
Note: See TracChangeset for help on using the changeset viewer.