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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Oct 12 03:30:36 EDT 2008


Author: dan.j.allen
Date: 2008-10-12 03:30:32 -0400 (Sun, 12 Oct 2008)
New Revision: 9268

Modified:
   trunk/seam-gen/build.xml
Log:
make classic the default rather than blueSky


Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-10-12 06:56:30 UTC (rev 9267)
+++ trunk/seam-gen/build.xml	2008-10-12 07:30:32 UTC (rev 9268)
@@ -219,10 +219,10 @@
             <equals arg1="${icefaces.new}" arg2="y"/>
         </condition>
 
-        <property name="old.richfaces.skin" value="blueSky"/>
+        <property name="old.richfaces.skin" value="classic"/>
         <input addproperty="richfaces.skin.new"
                    message="Select a RichFaces skin [${old.richfaces.skin}]"
-                 validargs="blueSky,classic,ruby,wine,deepMarine,emeraldTown,japanCherry,DEFAULT"
+                 validargs="blueSky,classic,deepMarine,DEFAULT,emeraldTown,japanCherry,ruby,wine"
               defaultvalue="${old.richfaces.skin}"/>
 
         <property name="old.project.type" value="ear"/>




More information about the seam-commits mailing list