Changeset 22447 for main/trunk


Ignore:
Timestamp:
2010-07-20T13:59:23+12:00 (14 years ago)
Author:
sjm84
Message:

Corrected the different versions of the XML Parser going into the wrong directory

File:
1 edited

Legend:

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

    r22425 r22447  
    179179        <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
    180180            <copy todir="compiled/perllib/cpan">
    181                 <fileset dir="${rk.home}/shared/linux" includes="XML-Parser/**/*"/>
     181                <fileset dir="${rk.home}/shared/linux/XML-Parser" includes="**/*"/>
    182182            </copy>
    183183        </if>
Note: See TracChangeset for help on using the changeset viewer.