buildframework/helium/doc/api/project.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 as project>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
<@pp.changeOutputFile name="project-${project.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="Project ${project.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>Project ${project.name}</h2>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
<p><b>Location</b></p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
<#if (project[".//target"]?size > 0)>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
<p><@helium_project_path location="${project.target[0].location}"/></p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
</#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
<h3>Description</h3>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
<p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
${project.description}
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
</p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
<p/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
<hr/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
<h3>Targets</h3>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
<table class="docutils">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
    <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    48
        <th class="head">Target name</th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
        <th class="head">Description</th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
    </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
    <#assign targetInfo = {}>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
    <#list project.target as target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
        <#assign targetInfo = targetInfo + {target.name: target.summary}>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
    </#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
    <#list targetInfo?keys?sort as name>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    56
        <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
            <td><a href="target-${name}.html" target="classframe">${name}</a></td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
            <td><#recurse targetInfo[name]></td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
        </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60
    </#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    61
</table>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    62
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    63
<h3>Properties</h3>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    64
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    65
<#assign propertymodel=doc.antDatabase.project.property>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    66
<#assign propertylist=project.property>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    67
<#list propertymodel as propertyInModel>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    68
<#list propertylist as propertyvar>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    69
    <#if propertyvar.name == propertyInModel.name>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    70
        <font class="frameitemfont">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    71
        <a href="property-${propertyvar.name}.html" title="${propertyvar.name}" target="classframe">${propertyvar.name}</a>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    72
        </font>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    73
        <br/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    74
    </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    75
</#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    76
</#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    77
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    78
<h3>Project dependencies</h3>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    79
<#assign filelist = project.projectDependency>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    80
<#list filelist as filelistvar>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    81
<font class="frameitemfont">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    82
${filelistvar}
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    83
</font>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    84
<br/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    85
</#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    86
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    87
<#--<h3>Python Modules</h3>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    88
<#assign pymodulelist=project.pythonDependency>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    89
<#list pymodulelist.module as pymodulevar>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    90
  <#if pymodulevar?size &gt; 0>        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    91
    <font class="frameitemfont">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    92
      ${pymodulevar}
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    93
    </font>  
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    94
  </#if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    95
<br/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    96
</#list>-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    97
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    98
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    99
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   100
<@helium_api_html_footer/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   101
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   102
</#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   103
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   104