buildframework/helium/doc/api_rst/package.rst.ftl
author kelvzhu
Wed, 14 Jul 2010 16:22:24 +0800
changeset 613 839712f5a78c
parent 588 c7c26511138f
permissions -rw-r--r--
fixed defect 1412
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     1
<#--
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     2
============================================================================ 
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     3
Name        : package.rst.ftl
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     4
Part of     : Helium 
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     5
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     6
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     7
All rights reserved.
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     8
This component and the accompanying materials are made available
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
     9
under the terms of the License "Eclipse Public License v1.0"
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    10
which accompanies this distribution, and is available
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    11
at the URL "http://www.eclipse.org/legal/epl-v10.html".
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    12
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    13
Initial Contributors:
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    14
Nokia Corporation - initial contribution.
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    15
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    16
Contributors:
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    17
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    18
Description:
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    19
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    20
============================================================================
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    21
-->
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    22
<#include "api.ftllib"/>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    23
   
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    24
<#list doc.antDatabase.package as package>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    25
<@pp.changeOutputFile name="package-${package.name}.rst" />
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    26
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    27
.. index::
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    28
   ${package.name}
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    29
   
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    30
==========================================================
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    31
Package ${package.name}
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    32
==========================================================
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    33
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    34
.. toctree::
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    35
   :maxdepth: 2
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    36
   
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    37
<#assign projectList=package.projectRef.name?sort>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    38
<#list projectList as project>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    39
   project-${project}
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    40
</#list>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    41
<#assign antlibList=package.antlibRef.name?sort>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    42
<#list antlibList as antlib>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    43
   antlib-${antlib}
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    44
</#list>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    45
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    46
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    47
</#list>
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    48
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents:
diff changeset
    49