Changeset 16777 for release-kits/lirk3


Ignore:
Timestamp:
2008-08-14T09:11:04+12:00 (16 years ago)
Author:
oranfry
Message:

bringing lirk3 up to speed with compnent size calculation

File:
1 edited

Legend:

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

    r16736 r16777  
    99
    1010    <target name="copy-installer-files">
    11 
    12         <echo>Project Path: ${basedir}/distribution/greenstone3</echo>
    13 
    1411        <echo>Getting things ready to compile the installer</echo>
    1512        <mkdir dir="${basedir}/installer/resources"/>
     
    2017            <fileset dir="${lirk3.home}/ant-scripts/tasks/orans" includes="RegexSearchReplace.class" />
    2118        </copy>
    22 
    23         <echo>component.size.core: ${component.size.core}</echo>
    24         <echo>component.size.sourcecode: ${component.size.sourcecode}</echo>
    25         <echo>component.size.tomcat: ${component.size.tomcat}</echo>
    26         <echo>component.size.ant: ${component.size.ant}</echo>
    27 
    28         <if>
    29             <bool><equals arg1="windows" arg2="${rk.os}"/></bool>
    30             <echo>component.size.windows-java: ${component.size.windows-java}</echo>
    31 
    32         <else><if>
    33             <bool><equals arg1="linux" arg2="${rk.os}"/></bool>
    34             <echo>component.size.linux-java: ${component.size.linux-java}</echo>
    35             </if>
    36 
    37             </else>
    38 
    39         </if>
    40 
    4119    </target>
    4220
Note: See TracChangeset for help on using the changeset viewer.