From hibernate-commits at lists.jboss.org Thu Nov 2 14:14:26 2006 Content-Type: multipart/mixed; boundary="===============9035830654014289682==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r10693 - in branches/Branch_3_2/HibernateExt/tools/src: templates/doc/tables test/org/hibernate/tool/hbm2x Date: Thu, 02 Nov 2006 14:14:26 -0500 Message-ID: --===============9035830654014289682== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: max.andersen(a)jboss.com Date: 2006-11-02 14:14:21 -0500 (Thu, 02 Nov 2006) New Revision: 10693 Added: branches/Branch_3_2/HibernateExt/tools/src/templates/doc/tables/schema-t= able-list.ftl Modified: branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x= /UnionSubclass.hbm.xml Log: missing file + updated test to include a second schema. Added: branches/Branch_3_2/HibernateExt/tools/src/templates/doc/tables/sche= ma-table-list.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 --- branches/Branch_3_2/HibernateExt/tools/src/templates/doc/tables/schema-= table-list.ftl 2006-11-02 19:12:37 UTC (rev 10692) +++ branches/Branch_3_2/HibernateExt/tools/src/templates/doc/tables/schema-= table-list.ftl 2006-11-02 19:14:21 UTC (rev 10693) @@ -0,0 +1,21 @@ + + + + + Hibernate Mappings - Table List + + + + +

+ ${title} +

+ = +

+ <#foreach table in tableList> + ${table.name}
+ +

+ + + \ No newline at end of file Modified: branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/too= l/hbm2x/UnionSubclass.hbm.xml =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 --- branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2= x/UnionSubclass.hbm.xml 2006-11-02 19:12:37 UTC (rev 10692) +++ branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2= x/UnionSubclass.hbm.xml 2006-11-02 19:14:21 UTC (rev 10693) @@ -27,7 +27,7 @@ = = = - = + = Table of crown users = = = --===============9035830654014289682==--