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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Apr 13 16:06:19 EDT 2008


Author: dan.j.allen
Date: 2008-04-13 16:06:19 -0400 (Sun, 13 Apr 2008)
New Revision: 7921

Modified:
   branches/Seam_2_0/seam-gen/build.xml
Log:
remove extra comma


Modified: branches/Seam_2_0/seam-gen/build.xml
===================================================================
--- branches/Seam_2_0/seam-gen/build.xml	2008-04-13 20:05:30 UTC (rev 7920)
+++ branches/Seam_2_0/seam-gen/build.xml	2008-04-13 20:06:19 UTC (rev 7921)
@@ -210,7 +210,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}"/>
@@ -695,7 +695,7 @@
 	</target>
     
     <target name="file-copy" depends="file-copy-war,file-copy-ear,setup-filters">
-                
+
         <copy todir="${project.home}/resources">
             <fileset dir="${base.dir}/resources/">
             	<exclude name="datasource-ds.xml"/>




More information about the seam-commits mailing list