diff -r b61c19d4168d -r 22ecbfc20eb4 buildframework/helium/doc/src/api/properties-table.html.ftl --- a/buildframework/helium/doc/src/api/properties-table.html.ftl Wed Feb 17 16:10:19 2010 +0000 +++ b/buildframework/helium/doc/src/api/properties-table.html.ftl Fri Mar 05 14:30:49 2010 +0000 @@ -25,32 +25,36 @@ + <#assign propertyInfo = {}> + <#list doc.antDatabase.project.property as property> + <#assign propertyInfo = propertyInfo + {property.name: property}> + #list> +
| Property | -Description | -Edit Status | -Type | -|
|---|---|---|---|---|
| ${property.name} | -${property.description} | -${property.editStatus} | -${property.type} | -|
| Property | +Description | +Scope | +Editable | +Type | +
| ${name} | +${propertyInfo[name].summary} | +${propertyInfo[name].scope} | +${propertyInfo[name].editable} | +${propertyInfo[name].type} | +