Author: dan.j.allen
Date: 2008-04-13 16:05:30 -0400 (Sun, 13 Apr 2008)
New Revision: 7920
Modified:
trunk/seam-gen/build.xml
Log:
remove extra comma
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2008-04-13 19:31:09 UTC (rev 7919)
+++ trunk/seam-gen/build.xml 2008-04-13 20:05:30 UTC (rev 7920)
@@ -211,7 +211,7 @@
<property name="old.project.type" value="ear"/>
<input addproperty="project.type.new"
message="Is this project deployed as an EAR (with EJB components)
or a WAR (with no EJB support) [${old.project.type}] "
- validargs="ear,war,"
+ validargs="ear,war"
defaultvalue="${old.project.type}"/>
<property name="old.action.package"
value="com.mydomain.${project.name.new}"/>
Show replies by date