[Jboss-cvs] JBossAS SVN: r56980 - in branches/Branch_4_0: build tomcat tomcat/src/resources
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 19 18:57:08 EDT 2006
Author: stan.silvert at jboss.com
Date: 2006-09-19 18:57:06 -0400 (Tue, 19 Sep 2006)
New Revision: 56980
Modified:
branches/Branch_4_0/build/build-thirdparty.xml
branches/Branch_4_0/tomcat/build.xml
branches/Branch_4_0/tomcat/src/resources/web.xml
Log:
see http://jira.jboss.com/jira/browse/JBAS-3554
Modified: branches/Branch_4_0/build/build-thirdparty.xml
===================================================================
--- branches/Branch_4_0/build/build-thirdparty.xml 2006-09-19 21:29:27 UTC (rev 56979)
+++ branches/Branch_4_0/build/build-thirdparty.xml 2006-09-19 22:57:06 UTC (rev 56980)
@@ -62,7 +62,7 @@
<componentref name="apache-jaxme" version="0.2-cvs"/>
<componentref name="apache-log4j" version="1.2.8"/>
<componentref name="apache-logging" version="1.0.5.GA-jboss"/>
- <componentref name="apache-myfaces" version="1.1.3"/>
+ <componentref name="apache-myfaces" version="1.1.4"/>
<componentref name="apache-pool" version="1.0.1"/>
<componentref name="apache-scout" version="0.7rc1"/>
<componentref name="apache-slide" version="1.0.16"/>
Modified: branches/Branch_4_0/tomcat/build.xml
===================================================================
--- branches/Branch_4_0/tomcat/build.xml 2006-09-19 21:29:27 UTC (rev 56979)
+++ branches/Branch_4_0/tomcat/build.xml 2006-09-19 22:57:06 UTC (rev 56980)
@@ -235,8 +235,8 @@
<copy todir="${build.deploy}/jbossweb-tomcat55.sar/jsf-libs">
<fileset dir="${apache.myfaces.lib}">
<include name="jstl-1.1.0.jar"/>
- <include name="myfaces-api-1.1.3.jar"/>
- <include name="myfaces-impl-1.1.3.jar"/>
+ <include name="myfaces-api-1.1.4.jar"/>
+ <include name="myfaces-impl-1.1.4.jar"/>
</fileset>
</copy>
Modified: branches/Branch_4_0/tomcat/src/resources/web.xml
===================================================================
--- branches/Branch_4_0/tomcat/src/resources/web.xml 2006-09-19 21:29:27 UTC (rev 56979)
+++ branches/Branch_4_0/tomcat/src/resources/web.xml 2006-09-19 22:57:06 UTC (rev 56980)
@@ -243,7 +243,7 @@
<init-param>
<description>MyFaces tlds</description>
<param-name>tagLibJar0</param-name>
- <param-value>jsf-libs/myfaces-impl-1.1.3.jar</param-value>
+ <param-value>jsf-libs/myfaces-impl-1.1.4.jar</param-value>
</init-param>
<load-on-startup>3</load-on-startup>
More information about the jboss-cvs-commits
mailing list