[hibernate-commits] Hibernate SVN: r10333 - trunk/HibernateExt/tools/src/testsupport

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Aug 24 06:29:34 EDT 2006


Author: max.andersen at jboss.com
Date: 2006-08-24 06:29:31 -0400 (Thu, 24 Aug 2006)
New Revision: 10333

Modified:
   trunk/HibernateExt/tools/src/testsupport/anttest-build.xml
Log:
test for manytomany in ant

Modified: trunk/HibernateExt/tools/src/testsupport/anttest-build.xml
===================================================================
--- trunk/HibernateExt/tools/src/testsupport/anttest-build.xml	2006-08-24 10:29:05 UTC (rev 10332)
+++ trunk/HibernateExt/tools/src/testsupport/anttest-build.xml	2006-08-24 10:29:31 UTC (rev 10333)
@@ -59,7 +59,7 @@
 )
    </sql>    -->
 		<hibernatetool destdir="${build.dir}/bottomup">
-			<jdbcconfiguration propertyfile="../../etc/hibernate.properties" />
+			<jdbcconfiguration propertyfile="../../etc/hibernate.properties" detectManyToMany="true" detectoptimisticlock="true"/>
 
 			<hbm2java />
 			<hbm2java templatepath="templates" />




More information about the hibernate-commits mailing list