Ignore:
Timestamp:
2008-09-12T14:41:43+12:00 (16 years ago)
Author:
oranfry
Message:

delete the bundled java only lines in a better way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/create-installer.xml

    r17107 r17279  
    4040        </installer>
    4141
    42         <!-- delete the 'bundled java only' lines from the installer config -->
    43         <rsr file="${basedir}/installer/antinstall-config.xml" pattern=".*&lt;!-- bundled java only --&gt;" replacement=""/>
     42        <!-- delete the bundled java lines from the installer config -->
     43        <dcff
     44            file="${basedir}/installer/antinstall-config.xml"
     45            startTag=".*&lt;!-- start bundled java only --&gt;"
     46            endTag=".*&lt;!-- end bundled java only --&gt;"/>
    4447
    4548        <!-- create the installer without java -->
Note: See TracChangeset for help on using the changeset viewer.