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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Aug 3 17:19:11 EDT 2008


Author: dan.j.allen
Date: 2008-08-03 17:19:10 -0400 (Sun, 03 Aug 2008)
New Revision: 8558

Modified:
   branches/Seam_2_0/seam-gen/build.xml
Log:
Use proper name for ICEfaces (was ICEFaces)


Modified: branches/Seam_2_0/seam-gen/build.xml
===================================================================
--- branches/Seam_2_0/seam-gen/build.xml	2008-08-03 21:18:32 UTC (rev 8557)
+++ branches/Seam_2_0/seam-gen/build.xml	2008-08-03 21:19:10 UTC (rev 8558)
@@ -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