Changeset 17787


Ignore:
Timestamp:
2008-11-07T14:40:26+13:00 (15 years ago)
Author:
oranfry
Message:

changes to create-installer targets after source-release changes

File:
1 edited

Legend:

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

    r17781 r17787  
    165165
    166166        <copy file="${basedir}/installer/antinstall-config.xml" tofile="${basedir}/installer/antinstall-config-binary.xml"/>
    167         <dcff file="${basedir}/installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start source release core --&gt;.*" endTag=".*&lt;!-- end source release core --&gt;.*" />
    168         <dcff file="${basedir}/installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start sourcecode --&gt;.*" endTag=".*&lt;!-- end sourcecode --&gt;.*" />
     167        <dcff file="${basedir}/installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start source release --&gt;.*" endTag=".*&lt;!-- end source release --&gt;.*" />
    169168        <installer file="${basedir}/installer/Greenstone-${version}-${os.suffix}.jar"
    170169            compress="true"
     
    187186   
    188187        <copy file="${basedir}/installer/antinstall-config.xml" tofile="${basedir}/installer/antinstall-config-minimal.xml"/>
    189         <dcff file="${basedir}/installer/antinstall-config-minimal.xml" startTag=".*&lt;!-- start source release core --&gt;.*" endTag=".*&lt;!-- end source release core --&gt;.*" />
    190         <dcff file="${basedir}/installer/antinstall-config-minimal.xml" startTag=".*&lt;!-- start sourcecode --&gt;.*" endTag=".*&lt;!-- end sourcecode --&gt;.*" />
     188        <dcff file="${basedir}/installer/antinstall-config-minimal.xml" startTag=".*&lt;!-- start source release --&gt;.*" endTag=".*&lt;!-- end source release --&gt;.*" />
    191189        <dcff file="${basedir}/installer/antinstall-config-minimal.xml" startTag=".*&lt;!-- start bundled components --&gt;.*" endTag=".*&lt;!-- end bundled components --&gt;.*" />
    192190        <installer file="${basedir}/installer/Greenstone-${version}-${os.suffix}-minimal.jar"
     
    209207
    210208        <copy file="${basedir}/installer/antinstall-config.xml" tofile="${basedir}/installer/antinstall-config-source.xml"/>
    211         <dcff file="${basedir}/installer/antinstall-config-source.xml" startTag=".*&lt;!-- start binary release core --&gt;.*" endTag=".*&lt;!-- end binary release core --&gt;.*" />
    212         <dcff file="${basedir}/installer/antinstall-config-source.xml" startTag=".*&lt;!-- start bundled components --&gt;.*" endTag=".*&lt;!-- end bundled components --&gt;.*" />
     209        <dcff file="${basedir}/installer/antinstall-config-source.xml" startTag=".*&lt;!-- start binary release --&gt;.*" endTag=".*&lt;!-- end binary release --&gt;.*" />
    213210        <installer file="${basedir}/installer/Greenstone-${version}-${os.suffix}-source.jar"
    214211            compress="true"
Note: See TracChangeset for help on using the changeset viewer.