buildframework/helium/external/helium-antlib/metadata/src/templates/general_category.txt.ftl
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
permissions -rw-r--r--
helium_7.0-r14027
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
179
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     1
<#--
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     2
============================================================================ 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     3
Name        : summary.html.ftl 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     4
Part of     : Helium 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     5
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     6
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     7
All rights reserved.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     8
This component and the accompanying materials are made available
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     9
under the terms of the License "Eclipse Public License v1.0"
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    10
which accompanies this distribution, and is available
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    11
at the URL "http://www.eclipse.org/legal/epl-v10.html".
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    12
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    13
Initial Contributors:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    14
Nokia Corporation - initial contribution.
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    15
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    16
Contributors:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    17
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    18
Description:
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    19
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    20
============================================================================
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    21
--> 
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    22
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    23
    <#assign table_info = pp.loadData('com.nokia.helium.metadata.SQLFMPPLoader',
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    24
        "${dbPath}") >
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    25
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    26
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    27
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    28
<#assign logpath_table = table_info['select * from logfiles'] >
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    29
<#assign logpath_id = logpath_table?keys>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    30
<#list logpath_id as logpath>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    31
    <#assign component_table = table_info['select id, component from component where logPath_id=${logpath}'] >
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    32
    <#assign component_ids = component_table?keys?sort >
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    33
    <#list component_ids as component_id >
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    34
        component : ${component_table['${component_id}']} : logfile : ${logpath_table['${logpath}']}
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    35
    </#list>
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
    36
</#list

>