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

tidied up some xml files

File:
1 edited

Legend:

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

    r17257 r17281  
    3737        </installer>
    3838
    39         <!-- delete the 'bundled java only' lines from the installer config -->
    40         <rsr file="${basedir}/installer/antinstall-config.xml" pattern=".*&lt;!-- bundled java only --&gt;" replacement=""/>
     39        <!-- delete the bundled java lines from the installer config -->
     40        <dcff
     41            file="${basedir}/installer/antinstall-config.xml"
     42            startTag=".*&lt;!-- start bundled java only --&gt;"
     43            endTag=".*&lt;!-- end bundled java only --&gt;"/>
    4144
    4245        <installer file="${basedir}/installer/greenstone3.jar"
Note: See TracChangeset for help on using the changeset viewer.