buildframework/helium/sf/java/antdata/src/com/nokia/helium/ant/data/database.xml.ftl
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    23         <macro>
    23         <macro>
    24             <name>${macro.name}</name>
    24             <name>${macro.name}</name>
    25             <description>${macro.description}</description>
    25             <description>${macro.description}</description>
    26             <scope>${macro.scope}</scope>
    26             <scope>${macro.scope}</scope>
    27             <deprecated>${macro.deprecated}</deprecated>
    27             <deprecated>${macro.deprecated}</deprecated>
       
    28             <since>${macro.since}</since>
    28             <location>${macro.location}</location>
    29             <location>${macro.location}</location>
    29             <summary>${macro.summary}</summary>
    30             <summary>${macro.summary}</summary>
    30             <documentation>${wiki(macro.documentation)}</documentation>
    31             <documentation>${wiki(macro.documentation)}</documentation>
    31             <usage><![CDATA[${macro.usage}]]></usage>
    32             <usage><![CDATA[${macro.usage}]]></usage>
    32             
    33             
    44         <name>${project.name}</name>
    45         <name>${project.name}</name>
    45         <default>${project.default}</default>
    46         <default>${project.default}</default>
    46         <description>${wiki(project.description)}</description>
    47         <description>${wiki(project.description)}</description>
    47         <scope>${project.scope}</scope>
    48         <scope>${project.scope}</scope>
    48         <deprecated>${project.deprecated}</deprecated>
    49         <deprecated>${project.deprecated}</deprecated>
       
    50         <since>${project.since}</since>
    49         <location>${project.location}</location>
    51         <location>${project.location}</location>
    50         <summary>${project.summary}</summary>
    52         <summary>${project.summary}</summary>
    51         <documentation>${wiki(project.documentation)}</documentation>
    53         <documentation>${wiki(project.documentation)}</documentation>
    52         
    54         
    53         <#list project.projectDependencies as dependency>
    55         <#list project.projectDependencies as dependency>
    66             <ifDependency>${target.if}</ifDependency>
    68             <ifDependency>${target.if}</ifDependency>
    67             <unlessDependency>${target.unless}</unlessDependency>
    69             <unlessDependency>${target.unless}</unlessDependency>
    68             <description>${target.description}</description>
    70             <description>${target.description}</description>
    69             <scope>${target.scope}</scope>
    71             <scope>${target.scope}</scope>
    70             <deprecated>${target.deprecated}</deprecated>
    72             <deprecated>${target.deprecated}</deprecated>
       
    73             <since>${target.since}</since>
    71             <location>${target.location}</location>
    74             <location>${target.location}</location>
    72             <summary>${target.summary}</summary>
    75             <summary>${target.summary}</summary>
    73             <documentation>${wiki(target.documentation)}</documentation>
    76             <documentation>${wiki(target.documentation)}</documentation>
    74             
    77             
    75             <#list target.depends as dependency>
    78             <#list target.depends as dependency>
   107             <defaultValue>${property.defaultValue}</defaultValue>
   110             <defaultValue>${property.defaultValue}</defaultValue>
   108             <type>${property.type}</type>
   111             <type>${property.type}</type>
   109             <editable>${property.editable}</editable>
   112             <editable>${property.editable}</editable>
   110             <scope>${property.scope}</scope>
   113             <scope>${property.scope}</scope>
   111             <deprecated>${property.deprecated}</deprecated>
   114             <deprecated>${property.deprecated}</deprecated>
       
   115             <since>${property.since}</since>
   112             <location>${property.location}</location>
   116             <location>${property.location}</location>
   113             <summary>${property.summary}</summary>
   117             <summary>${property.summary}</summary>
   114             <documentation>${wiki(property.documentation)}</documentation>
   118             <documentation>${wiki(property.documentation)}</documentation>
   115             <source><![CDATA[
   119             <source><![CDATA[
   116     ${property.source}]]></source>
   120     ${property.source}]]></source>
   117         </property>
   121         </property>
   118         </#list>
   122         </#list>
   119         
   123         
   120         <#list project.propertyCommentBlocks as property>
   124         <#list project.propertyCommentBlocks as property>
   121         <property>
   125         <property definedInComment="true">
   122             <name>${property.name}</name>
   126             <name>${property.name}</name>
   123             <defaultValue>No default value.</defaultValue>
   127             <defaultValue>No default value.</defaultValue>
   124             <type>${property.type}</type>
   128             <type>${property.type}</type>
   125             <editable>${property.editable}</editable>
   129             <editable>${property.editable}</editable>
   126             <scope>${property.scope}</scope>
   130             <scope>${property.scope}</scope>
   127             <deprecated>${property.deprecated}</deprecated>
   131             <deprecated>${property.deprecated}</deprecated>
       
   132             <since>${property.since}</since>
   128             <location>${property.location}</location>
   133             <location>${property.location}</location>
   129             <summary>${property.summary}</summary>
   134             <summary>${property.summary}</summary>
   130             <documentation>${wiki(property.documentation)}</documentation>
   135             <documentation>${wiki(property.documentation)}</documentation>
   131             <source><![CDATA[
   136             <source><![CDATA[
   132     ${property.source}]]></source>
   137     ${property.source}]]></source>