[seam-commits] Seam SVN: r9087 - branches/community/Seam_2_0/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Sep 22 03:24:28 EDT 2008


Author: dan.j.allen
Date: 2008-09-22 03:24:28 -0400 (Mon, 22 Sep 2008)
New Revision: 9087

Modified:
   branches/community/Seam_2_0/seam-gen/build.xml
Log:
last commit message should have read:
use none rather than validate for hibernate.hbm2ddl.auto when database exists
the validate flag causes more problems than a care to say


Modified: branches/community/Seam_2_0/seam-gen/build.xml
===================================================================
--- branches/community/Seam_2_0/seam-gen/build.xml	2008-09-22 07:23:06 UTC (rev 9086)
+++ branches/community/Seam_2_0/seam-gen/build.xml	2008-09-22 07:24:28 UTC (rev 9087)
@@ -1244,7 +1244,7 @@
     </target>
     
     <target name="settings" depends="init-properties"
-            description="Print the settings">
+        description="Print the settings">
         <echo message="Java project workspace: ${workspace.home}"/>
         <echo message="JBoss home: ${jboss.home}"/>
         <echo message="IceFaces: ${icefaces}"/>




More information about the seam-commits mailing list