buildframework/helium/tools/preparation/bom/templates/bom.txt.ftl
changeset 645 b8d81fa19e7d
equal deleted inserted replaced
643:27cf35f95864 645:b8d81fa19e7d
       
     1 <#--
       
     2 ============================================================================ 
       
     3 Name        : bom.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 Bill Of Materials
       
    23 =================
       
    24 
       
    25 Build: ${doc.bom.build}
       
    26 
       
    27 <#list doc.bom.content.project as project>
       
    28 
       
    29 Project
       
    30 -------
       
    31 
       
    32 ${project.name}
       
    33 
       
    34 Baselines
       
    35 `````````
       
    36 <#list project.baseline as baseline>
       
    37 ${baseline}
       
    38 </#list>
       
    39 
       
    40 Tasks
       
    41 `````
       
    42 <#list project.task as task>
       
    43 ${task.id}
       
    44 ${task.synopsis}
       
    45 </#list>
       
    46 <#list project.folder as folder>
       
    47 <#list folder.task as task>
       
    48 ${task.id}
       
    49 ${task.synopsis}
       
    50 </#list>
       
    51 </#list>
       
    52 
       
    53 Folders
       
    54 ```````
       
    55 <#list project.folder as folder>
       
    56 <#list folder.name as name>
       
    57 ${name}
       
    58 </#list>    
       
    59 </#list>
       
    60 </#list>
       
    61 
       
    62 Symbian ICD/ICFs
       
    63 ----------------
       
    64 
       
    65 <#list doc.bom.content.input.icds.icd as icd>
       
    66 ${icd.name}
       
    67 </#list>
       
    68