buildframework/helium/sf/java/antdata/src/com/nokia/helium/ant/data/database.xml.ftl
changeset 628 7c4a911dc066
parent 588 c7c26511138f
--- a/buildframework/helium/sf/java/antdata/src/com/nokia/helium/ant/data/database.xml.ftl	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/antdata/src/com/nokia/helium/ant/data/database.xml.ftl	Fri Aug 13 14:59:05 2010 +0300
@@ -25,6 +25,7 @@
             <description>${macro.description}</description>
             <scope>${macro.scope}</scope>
             <deprecated>${macro.deprecated}</deprecated>
+            <since>${macro.since}</since>
             <location>${macro.location}</location>
             <summary>${macro.summary}</summary>
             <documentation>${wiki(macro.documentation)}</documentation>
@@ -46,6 +47,7 @@
         <description>${wiki(project.description)}</description>
         <scope>${project.scope}</scope>
         <deprecated>${project.deprecated}</deprecated>
+        <since>${project.since}</since>
         <location>${project.location}</location>
         <summary>${project.summary}</summary>
         <documentation>${wiki(project.documentation)}</documentation>
@@ -68,6 +70,7 @@
             <description>${target.description}</description>
             <scope>${target.scope}</scope>
             <deprecated>${target.deprecated}</deprecated>
+            <since>${target.since}</since>
             <location>${target.location}</location>
             <summary>${target.summary}</summary>
             <documentation>${wiki(target.documentation)}</documentation>
@@ -109,6 +112,7 @@
             <editable>${property.editable}</editable>
             <scope>${property.scope}</scope>
             <deprecated>${property.deprecated}</deprecated>
+            <since>${property.since}</since>
             <location>${property.location}</location>
             <summary>${property.summary}</summary>
             <documentation>${wiki(property.documentation)}</documentation>
@@ -118,13 +122,14 @@
         </#list>
         
         <#list project.propertyCommentBlocks as property>
-        <property>
+        <property definedInComment="true">
             <name>${property.name}</name>
             <defaultValue>No default value.</defaultValue>
             <type>${property.type}</type>
             <editable>${property.editable}</editable>
             <scope>${property.scope}</scope>
             <deprecated>${property.deprecated}</deprecated>
+            <since>${property.since}</since>
             <location>${property.location}</location>
             <summary>${property.summary}</summary>
             <documentation>${wiki(property.documentation)}</documentation>