Author: dan.j.allen
Date: 2009-04-11 02:28:26 -0400 (Sat, 11 Apr 2009)
New Revision: 10382
Modified:
trunk/build/gen.pom.xml
trunk/seam-gen/build-scripts/deployed-jars-ear-war.list
trunk/seam-gen/build-scripts/deployed-jars-ear.list
trunk/seam-gen/build-scripts/deployed-jars-war.list
trunk/seam-gen/build.xml
Log:
add additional RichFaces themes
clean up the list of deployed JARs
Modified: trunk/build/gen.pom.xml
===================================================================
--- trunk/build/gen.pom.xml 2009-04-11 04:38:39 UTC (rev 10381)
+++ trunk/build/gen.pom.xml 2009-04-11 06:28:26 UTC (rev 10382)
@@ -70,6 +70,27 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>darkX</artifactId>
+ <scope>runtime</scope>
+ <version>${version.richfaces}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>glassX</artifactId>
+ <scope>runtime</scope>
+ <version>${version.richfaces}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>laguna</artifactId>
+ <scope>runtime</scope>
+ <version>${version.richfaces}</version>
+ </dependency>
+
</dependencies>
Modified: trunk/seam-gen/build-scripts/deployed-jars-ear-war.list
===================================================================
--- trunk/seam-gen/build-scripts/deployed-jars-ear-war.list 2009-04-11 04:38:39 UTC (rev
10381)
+++ trunk/seam-gen/build-scripts/deployed-jars-ear-war.list 2009-04-11 06:28:26 UTC (rev
10382)
@@ -1,9 +1,5 @@
commons-beanutils.jar
commons-digester.jar
-jsf-facelets.jar
-jxl.jar
-richfaces-impl.jar
-richfaces-ui.jar
jboss-seam-debug.jar
jboss-seam-excel.jar
jboss-seam-ioc.jar
@@ -11,4 +7,12 @@
jboss-seam-pdf.jar
jboss-seam-resteasy.jar
jboss-seam-rss.jar
-jboss-seam-ui.jar
\ No newline at end of file
+jboss-seam-ui.jar
+jsf-facelets.jar
+jxl.jar
+richfaces-impl.jar
+richfaces-ui.jar
+# You can remove the JARs for themes you aren't using
+darkX.jar
+glassX.jar
+laguana.jar
Modified: trunk/seam-gen/build-scripts/deployed-jars-ear.list
===================================================================
--- trunk/seam-gen/build-scripts/deployed-jars-ear.list 2009-04-11 04:38:39 UTC (rev
10381)
+++ trunk/seam-gen/build-scripts/deployed-jars-ear.list 2009-04-11 06:28:26 UTC (rev
10382)
@@ -5,7 +5,7 @@
groovy-all.jar
janino.jar
jboss-el.jar
+jboss-seam-remoting.jar
jbpm-jpdl.jar
mvel14.jar
richfaces-api.jar
-jboss-seam-remoting.jar
Modified: trunk/seam-gen/build-scripts/deployed-jars-war.list
===================================================================
--- trunk/seam-gen/build-scripts/deployed-jars-war.list 2009-04-11 04:38:39 UTC (rev
10381)
+++ trunk/seam-gen/build-scripts/deployed-jars-war.list 2009-04-11 06:28:26 UTC (rev
10382)
@@ -7,7 +7,15 @@
janino.jar
jboss-el.jar
jboss-seam.jar
-jboss-seam-*.jar
+jboss-seam-debug.jar
+jboss-seam-excel.jar
+jboss-seam-ioc.jar
+jboss-seam-mail.jar
+jboss-seam-pdf.jar
+jboss-seam-resteasy.jar
+jboss-seam-remoting.jar
+jboss-seam-rss.jar
+jboss-seam-ui.jar
jbpm-jpdl.jar
jsf-facelets.jar
jxl.jar
@@ -15,3 +23,7 @@
richfaces-api.jar
richfaces-impl.jar
richfaces-ui.jar
+# You can remove the JARs for themes you aren't using
+darkX.jar
+glassX.jar
+laguna.jar
Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml 2009-04-11 04:38:39 UTC (rev 10381)
+++ trunk/seam-gen/build.xml 2009-04-11 06:28:26 UTC (rev 10382)
@@ -274,10 +274,10 @@
<equals arg1="${icefaces.new}" arg2="y"/>
</condition>
- <property name="old.richfaces.skin" value="classic"/>
+ <property name="old.richfaces.skin" value="glassX"/>
<input addproperty="richfaces.skin.new"
message="Select a RichFaces skin [${old.richfaces.skin}]"
-
validargs="blueSky,classic,deepMarine,DEFAULT,emeraldTown,japanCherry,ruby,wine"
+
validargs="blueSky,classic,darkX,deepMarine,DEFAULT,emeraldTown,glassX,japanCherry,laguna,ruby,wine"
defaultvalue="${old.richfaces.skin}"/>
<property name="old.project.type" value="war"/>