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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Aug 3 17:22:03 EDT 2008


Author: dan.j.allen
Date: 2008-08-03 17:22:02 -0400 (Sun, 03 Aug 2008)
New Revision: 8559

Modified:
   trunk/seam-gen/build.xml
Log:
use proper name for ICEfaces (was ICEFaces)


Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-08-03 21:19:10 UTC (rev 8558)
+++ trunk/seam-gen/build.xml	2008-08-03 21:22:02 UTC (rev 8559)
@@ -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}]"
+	               message="Do you want to use ICEfaces instead of RichFaces [${old.icefaces}]"
 	    	     validargs="y,n"
 	          defaultvalue="${old.icefaces}" />
     	
@@ -195,7 +195,7 @@
     	
     	<property name="old.icefaces.home" value="" />
     	<input addproperty="icefaces.home.new"
-    		       message="By default, seam-gen will download the recommended ICEFaces. If you want to use a specific version of ICEFaces, enter the path to icefaces here [${old.icefaces.home}]"
+    		       message="By default, seam-gen will download the recommended ICEfaces. If you want to use a specific version of ICEfaces, enter the path to icefaces here [${old.icefaces.home}]"
     	           defaultvalue="${old.icefaces.home}" />
 
         <condition property="richfaces.skin.new" value="">




More information about the seam-commits mailing list