Changeset 16084 for release-kits/lirk2


Ignore:
Timestamp:
2008-06-20T15:56:17+12:00 (16 years ago)
Author:
oranfry
Message:

corrected a label and made code a little tidier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r15980 r16084  
    2424    <target name="export-gsdl-gli-indexers">
    2525        <if><bool><istrue value="${execute}"/></bool>
    26 
     26           
    2727            <mkdir dir="distributions"/>
    2828            <delete dir="distributions/web"/>
    2929            <svn>
    3030                <export srcurl="${svn.root}/gsdl/${branch.path}"        destPath="distributions/web"/>
    31             </svn>
    32 
    33             <svn>
    3431                <export srcurl="${svn.root}/gli/${branch.path}"         destPath="distributions/web/gli"/>
    35             </svn>
    36 
    37             <svn>
    3832                <export srcurl="${svn.root}/indexers/${branch.path}"    destPath="distributions/web/indexers"/>
    3933            </svn>
    40 
     34           
    4135        </if>
    4236    </target>
     
    6963    <target name="drop-in-demo-collection">
    7064        <if><bool><istrue value="${execute}"/></bool>
    71             <echo level="info">Dropping compiled binaries into distribution</echo>
     65            <echo level="info">Dropping rebuilt demo collection into distribution</echo>
    7266            <delete dir="distributions/web/collect/demo" />
    7367            <exec dir="${basedir}" executable="cp"><arg line="-r gsdl/collect/demo distributions/web/collect"/></exec>
Note: See TracChangeset for help on using the changeset viewer.