From hibernate-commits at lists.jboss.org Thu Sep 21 02:30:49 2006 Content-Type: multipart/mixed; boundary="===============0593305712424727025==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r10504 - trunk/HibernateExt/tools/src/templates/doc/tables Date: Thu, 21 Sep 2006 02:30:49 -0400 Message-ID: --===============0593305712424727025== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: max.andersen(a)jboss.com Date: 2006-09-21 02:30:46 -0400 (Thu, 21 Sep 2006) New Revision: 10504 Modified: trunk/HibernateExt/tools/src/templates/doc/tables/summary.ftl Log: use helper method when it exists Modified: trunk/HibernateExt/tools/src/templates/doc/tables/summary.ftl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/HibernateExt/tools/src/templates/doc/tables/summary.ftl 2006-09-2= 1 06:29:58 UTC (rev 10503) +++ trunk/HibernateExt/tools/src/templates/doc/tables/summary.ftl 2006-09-2= 1 06:30:46 UTC (rev 10504) @@ -26,7 +26,7 @@ -<#foreach table in dochelper.tablesBySchema.get(schema)> +<#foreach table in dochelper.getTables(schema)> --===============0593305712424727025==--