Ignore:
Timestamp:
2010-06-30T10:24:48+12:00 (14 years ago)
Author:
sjm84
Message:

Several upgrades to the release kits have been made including: optional Apache and the ability to create installers with extensions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/create-cdrom-components.xml

    r22161 r22325  
    3838                    <include name="cgi-bin/library.cgi"/>
    3939                    <include name="cgi-bin/oaiserver.cgi"/>
    40                     <include name="apache-httpd/**/*"/>
    4140                    <include name="*.sh"/>
    4241                    <include name="*.csh"/>
     
    7372                    <include name="cgi-bin/library.cgi"/>
    7473                    <include name="cgi-bin/oaiserver.cgi"/>
    75                     <include name="apache-httpd"/>
    76                     <include name="apache-httpd/**/*"/>
    7774                    <include name="*.sh"/>
    7875                    <include name="*.csh"/>
     
    9491            <unzip src="components/ghostscript.comp" dest="cdrom/dist/Software/ghostscript/${rk.os}" overwrite="true"/>
    9592        </if>
    96 
     93       
     94        <!-- apache httpd -->
     95        <unzip src="components/apachehttpd.comp" dest="cdrom/dist/Software" overwrite="true"/>
     96       
    9797        <!-- jre linux -->
    9898        <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
Note: See TracChangeset for help on using the changeset viewer.