buildframework/helium/sf/java/metadata/src/templates/general_category.txt.ftl
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 629 541af5ee3ed9
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
     1 <#--
       
     2 ============================================================================ 
       
     3 Name        : summary.html.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 
       
    23     <#assign table_info = pp.loadData('com.nokia.helium.metadata.SQLFMPPLoader',
       
    24         "${dbPath}") >
       
    25 
       
    26 
       
    27 
       
    28 <#assign logpath_table = table_info['select * from logfiles'] >
       
    29 <#assign logpath_id = logpath_table?keys>
       
    30 <#list logpath_id as logpath>
       
    31     <#assign component_table = table_info['select id, component from component where logPath_id=${logpath}'] >
       
    32     <#assign component_ids = component_table?keys?sort >
       
    33     <#list component_ids as component_id >
       
    34         component : ${component_table['${component_id}']} : logfile : ${logpath_table['${logpath}']}
       
    35     </#list>
       
    36 </#list
       
    37 
       
    38 >