buildframework/helium/doc/src/api/index-1.html.ftl
changeset 217 0f5e3a7fb6af
parent 1 be27ed110b50
--- a/buildframework/helium/doc/src/api/index-1.html.ftl	Fri Feb 05 11:59:41 2010 +0000
+++ b/buildframework/helium/doc/src/api/index-1.html.ftl	Thu Mar 04 15:10:37 2010 +0200
@@ -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>