[seam-commits] Seam SVN: r7925 - branches/Seam_2_0/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Apr 13 16:25:05 EDT 2008
Author: dan.j.allen
Date: 2008-04-13 16:25:05 -0400 (Sun, 13 Apr 2008)
New Revision: 7925
Modified:
branches/Seam_2_0/seam-gen/build.xml
Log:
remove more extra commas
Modified: branches/Seam_2_0/seam-gen/build.xml
===================================================================
--- branches/Seam_2_0/seam-gen/build.xml 2008-04-13 20:24:03 UTC (rev 7924)
+++ branches/Seam_2_0/seam-gen/build.xml 2008-04-13 20:25:05 UTC (rev 7925)
@@ -185,7 +185,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="">
@@ -404,13 +404,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