buildframework/helium/doc/api/propertygroup.html.ftl
author wbernard
Tue, 27 Apr 2010 08:33:08 +0300
changeset 587 85df38eb4012
permissions -rw-r--r--
helium_9.0-a7879c935424
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
<#--
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
============================================================================ 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
Name        : 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
Part of     : Helium 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
All rights reserved.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     8
This component and the accompanying materials are made available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     9
under the terms of the License "Eclipse Public License v1.0"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    10
which accompanies this distribution, and is available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    11
at the URL "http://www.eclipse.org/legal/epl-v10.html".
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    12
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    13
Initial Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    14
Nokia Corporation - initial contribution.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    15
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    16
Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
Description:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
<#include "api.ftllib"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
<#list doc.antDatabase.project.group as group>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
<@pp.changeOutputFile name="propertygroup-${group.name}.html" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    26
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    27
<@helium_api_header title="Property group ${group.name}"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    28
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    29
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    30
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    31
<h2>Property group ${group.name}</h2>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
<h3>Description </h3>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
<p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
${group.description}
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
</p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
<h3>Properties</h3>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
<#assign propertyList=group.propertyRef?sort>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
<p> 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
<table class="docutils" width="50%">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
    <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
        <th class="head">Name</th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
        <th class="head">Edit status</th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
        <th class="head">Deprecated</th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
    </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
    <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    48
        <td colspan="3">User editable properties</td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
    </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
    <#list propertyList as property>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
        <#list doc.antDatabase.project.property as propDataModel>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
            <#if property == propDataModel.name>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
                <#if propDataModel.editable == "must" || propDataModel.editable == "recommended" || propDataModel.editable == "allowed">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
                    <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
                        <td><a href="property-${property}.html" title="${propDataModel.description}" target="classframe"><tt class="docutils literal">${property}</tt></a></td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    56
                        <td><a href="help.html" title="Help" target="classframe">${propDataModel.editable}</a></td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
                        <td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
                            <#if propDataModel.deprecated?size &gt; 0>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
                                ${propDataModel.deprecated}
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60
                            </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    61
                        </td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    62
                    </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    63
                </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    64
            </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    65
        </#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    66
    </#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    67
    <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    68
        <td colspan="3">Internal properties</td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    69
    </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    70
    <#list propertyList as property>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    71
        <#list doc.antDatabase.project.property as propDataModel>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    72
            <#if property == propDataModel.name>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    73
                <#if propDataModel.editable == "never" || propDataModel.editable == "discouraged">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    74
                    <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    75
                        <td><a href="property-${property}.html" title="${propDataModel.description}" target="classframe"><tt class="docutils literal">${property}</tt></a></td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    76
                        <td><a href="help.html" title="Help" target="classframe">${propDataModel.editable}</a></td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    77
                        <td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    78
                            <#if propDataModel.deprecated?size &gt; 0>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    79
                                ${propDataModel.deprecated}
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    80
                            </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    81
                        </td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    82
                    </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    83
                </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    84
            </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    85
        </#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    86
    </#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    87
</table>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    88
</p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    89
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    90
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    91
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    92
<@helium_api_html_footer/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    93
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    94
</#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    95
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    96