buildframework/helium/doc/src/api/index-1.html.ftl
branchfix
changeset 402 c6b5bb43133d
parent 217 0f5e3a7fb6af
--- a/buildframework/helium/doc/src/api/index-1.html.ftl	Thu Mar 25 15:34:29 2010 +0000
+++ b/buildframework/helium/doc/src/api/index-1.html.ftl	Thu Mar 25 16:35:29 2010 +0000
@@ -28,7 +28,7 @@
     <h1>Index</h1>
     <dl>
         <#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>