Changeset 16801 for release-kits


Ignore:
Timestamp:
2008-08-15T13:10:45+12:00 (16 years ago)
Author:
oranfry
Message:

a comment and whitespace change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r16738 r16801  
    3737        <property name="component.size.ant" value="${component.megabytesize.ant} MB"/>
    3838
     39        <!-- show the calculated sizes -->
    3940        <echo>component.size.core: ${component.size.core}</echo>
    4041        <echo>component.size.sourcecode: ${component.size.sourcecode}</echo>
    4142        <echo>component.size.tomcat: ${component.size.tomcat}</echo>
    4243        <echo>component.size.ant: ${component.size.ant}</echo>
    43 
    4444        <if>
    4545            <bool><equals arg1="windows" arg2="${rk.os}"/></bool>
    4646            <echo>component.size.windows-java: ${component.size.windows-java}</echo>
    47 
    4847        <else><if>
    4948            <bool><equals arg1="linux" arg2="${rk.os}"/></bool>
    5049            <echo>component.size.linux-java: ${component.size.linux-java}</echo>
    51 
    5250            </if></else>
    53 
    5451        </if>
    5552
Note: See TracChangeset for help on using the changeset viewer.