Changeset 19644


Ignore:
Timestamp:
2009-05-28T15:45:36+12:00 (15 years ago)
Author:
oranfry
Message:

make sure concretised files are used for installer, not abstract ones from the repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/core/ant-scripts/init.xml

    r19627 r19644  
    156156        <dcff file="installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start cdrom --&gt;.*" endTag=".*&lt;!-- end cdrom --&gt;.*" />
    157157
    158         <copy file="${rk.home}/installer/build.xml" tofile="installer/build-binary.xml"/>
     158        <copy file="installer/build.xml" tofile="installer/build-binary.xml"/>
    159159        <dcff file="installer/build-binary.xml" startTag=".*&lt;!-- start cdrom --&gt;.*" endTag=".*&lt;!-- end cdrom --&gt;.*" />
    160160
     
    184184        <dcff file="installer/antinstall-config-cdrom.xml" startTag=".*&lt;!-- start web --&gt;.*" endTag=".*&lt;!-- end web --&gt;.*" />
    185185
    186         <copy file="${rk.home}/installer/build.xml" tofile="installer/build-cdrom.xml"/>
     186        <copy file="installer/build.xml" tofile="installer/build-cdrom.xml"/>
    187187        <dcff file="installer/build-cdrom.xml" startTag=".*&lt;!-- start web --&gt;.*" endTag=".*&lt;!-- end web --&gt;.*" />
    188188
Note: See TracChangeset for help on using the changeset viewer.