diff -r 421e376bfce4 -r 877485b44765 buildframework/helium/doc/src/api/index-1.html.ftl
--- a/buildframework/helium/doc/src/api/index-1.html.ftl Tue Mar 23 13:34:00 2010 +0000
+++ b/buildframework/helium/doc/src/api/index-1.html.ftl Thu Mar 25 11:35:53 2010 +0000
@@ -28,7 +28,7 @@
Index
<#assign indexlist = {}>
- <#list data.heliumDataModel.property.name as propertyName>
+ <#list doc.antDatabase.project.property.name as propertyName>
<#assign indexlist = indexlist + {propertyName: "property"}>
#list>
<#list doc.antDatabase.project.target.name as targetName>