[seam-commits] Seam SVN: r7924 - trunk/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Apr 13 16:24:03 EDT 2008


Author: dan.j.allen
Date: 2008-04-13 16:24:03 -0400 (Sun, 13 Apr 2008)
New Revision: 7924

Modified:
   trunk/seam-gen/build.xml
Log:
remove more extra commas


Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-04-13 20:19:32 UTC (rev 7923)
+++ trunk/seam-gen/build.xml	2008-04-13 20:24:03 UTC (rev 7924)
@@ -186,7 +186,7 @@
     	<property name="old.icefaces" value="n"/>
 	    <input addproperty="icefaces.new"
 	               message="Do you want to use ICEFaces instead of RichFaces [${old.icefaces}]"
-	    	     validargs="y,n,"
+	    	     validargs="y,n"
 	          defaultvalue="${old.icefaces}" />
     	
     	<condition property="icefaces.home.new" value="">
@@ -405,13 +405,13 @@
         <property name="old.database.exists" value="n"/>
         <input addproperty="database.exists.new" 
                    message="Are you working with tables that already exist in the database? [${old.database.exists}] "
-        	     validargs="y,n,"
+        	     validargs="y,n"
               defaultvalue="${old.database.exists}"/>
 
         <property name="old.database.drop" value="n"/>
         <input addproperty="database.drop.new" 
                    message="Do you want to drop and recreate the database tables and data in import.sql each time you deploy? [${old.database.drop}] "
-        	     validargs="y,n,"
+        	     validargs="y,n"
               defaultvalue="${old.database.drop}"/>
     	
     	<condition property="hibernate.default_schema.key" value="hibernate.default_schema">




More information about the seam-commits mailing list