buildframework/helium/tools/common/templates/ido/ready.txt.ftl
changeset 648 d5a8d436d33b
parent 647 53d1ab72f5bc
parent 645 b8d81fa19e7d
child 649 02d78c9f018e
equal deleted inserted replaced
647:53d1ab72f5bc 648:d5a8d436d33b
     1 <#--
       
     2 ============================================================================ 
       
     3 Name        : ready.txt.ftl 
       
     4 Part of     : Helium 
       
     5 
       
     6 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     7 All rights reserved.
       
     8 This component and the accompanying materials are made available
       
     9 under the terms of the License "Eclipse Public License v1.0"
       
    10 which accompanies this distribution, and is available
       
    11 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    12 
       
    13 Initial Contributors:
       
    14 Nokia Corporation - initial contribution.
       
    15 
       
    16 Contributors:
       
    17 
       
    18 Description:
       
    19 
       
    20 ============================================================================
       
    21 --> 
       
    22 ido_name:${ant['build.name']}
       
    23 date(gt):${pp.now?string("EEE MMM d HH:mm:ss yyyy")}
       
    24 source_path:${ant['ccm.project.wa_path']}
       
    25 <#if ant?keys?seq_contains('email.from')>email:${ant['email.from']}</#if>
       
    26 <#if ant?keys?seq_contains('robot.email.to')><#list ant['robot.email.to']?split(',') as email>
       
    27 email:${email}
       
    28 </#list></#if>
       
    29