[seam-commits] Seam SVN: r14706 - branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sat May 19 18:55:21 EDT 2012
Author: dhinojosa
Date: 2012-05-19 18:55:21 -0400 (Sat, 19 May 2012)
New Revision: 14706
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
Log:
Added mvel2 to all dependencies
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list 2012-05-19 22:53:54 UTC (rev 14705)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list 2012-05-19 22:55:21 UTC (rev 14706)
@@ -25,5 +25,5 @@
yarfraw.jar
jboss-seam-ui.jar
jboss-seam-jul.jar
-richfaces-impl.jar
-richfaces-ui.jar
\ No newline at end of file
+richfaces-components-ui.jar
+richfaces-core-impl.jar
\ No newline at end of file
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list 2012-05-19 22:53:54 UTC (rev 14705)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear.list 2012-05-19 22:55:21 UTC (rev 14706)
@@ -23,4 +23,5 @@
jempbox.jar
derby.jar
mvel2.jar
-richfaces-api.jar
+richfaces-components-api.jar
+richfaces-core-api.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-05-19 22:53:54 UTC (rev 14705)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-05-19 22:55:21 UTC (rev 14706)
@@ -62,6 +62,8 @@
fontbox.jar
jempbox.jar
derby.jar
-richfaces-api.jar
-richfaces-impl.jar
-richfaces-ui.jar
\ No newline at end of file
+richfaces-components-api.jar
+richfaces-components-ui.jar
+richfaces-core-api.jar
+richfaces-core-impl.jar
+mvel2.jar
\ No newline at end of file
More information about the seam-commits
mailing list