From: <max...@us...> - 2006-02-07 16:00:27
|
Update of /cvsroot/hibernate/HibernateExt/tools/src/test/org/hibernate/tool/test/jdbc2cfg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24110/src/test/org/hibernate/tool/test/jdbc2cfg Modified Files: CompositeIdTest.java Log Message: hbm2hbmxml simplified Index: CompositeIdTest.java =================================================================== RCS file: /cvsroot/hibernate/HibernateExt/tools/src/test/org/hibernate/tool/test/jdbc2cfg/CompositeIdTest.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- CompositeIdTest.java 19 Oct 2005 07:28:48 -0000 1.12 +++ CompositeIdTest.java 7 Feb 2006 14:02:15 -0000 1.13 @@ -225,7 +225,7 @@ exporter.start(); javaExp.start(); - XMLPrettyPrinter.prettyPrintDirectory(outputdir,".hbm.xml"); + XMLPrettyPrinter.prettyPrintDirectory(outputdir,".hbm.xml", false); TestHelper.compile(outputdir, outputdir); Configuration derived = new Configuration(); |