greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17279

Show
Ignore:
Timestamp:
2008-09-12 14:41:43 (4 months ago)
Author:
oranfry
Message:

delete the bundled java only lines in a better way

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 -->