[Jboss-cvs] JBossAS SVN: r57004 - in branches/Branch_4_0/tomcat: . src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 20 08:44:13 EDT 2006


Author: stan.silvert at jboss.com
Date: 2006-09-20 08:44:12 -0400 (Wed, 20 Sep 2006)
New Revision: 57004

Modified:
   branches/Branch_4_0/tomcat/build.xml
   branches/Branch_4_0/tomcat/src/resources/web.xml
Log:
Sync name change of MyFaces jars


Modified: branches/Branch_4_0/tomcat/build.xml
===================================================================
--- branches/Branch_4_0/tomcat/build.xml	2006-09-20 12:00:16 UTC (rev 57003)
+++ branches/Branch_4_0/tomcat/build.xml	2006-09-20 12:44:12 UTC (rev 57004)
@@ -234,9 +234,9 @@
 
      <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.4.jar"/>
-           <include name="myfaces-impl-1.1.4.jar"/>
+           <include name="jstl.jar"/>
+           <include name="myfaces-api.jar"/>
+           <include name="myfaces-impl.jar"/>
         </fileset>
      </copy>
 

Modified: branches/Branch_4_0/tomcat/src/resources/web.xml
===================================================================
--- branches/Branch_4_0/tomcat/src/resources/web.xml	2006-09-20 12:00:16 UTC (rev 57003)
+++ branches/Branch_4_0/tomcat/src/resources/web.xml	2006-09-20 12:44:12 UTC (rev 57004)
@@ -243,7 +243,7 @@
       <init-param>
          <description>MyFaces tlds</description>
          <param-name>tagLibJar0</param-name>
-         <param-value>jsf-libs/myfaces-impl-1.1.4.jar</param-value>
+         <param-value>jsf-libs/myfaces-impl.jar</param-value>
       </init-param>
 
       <load-on-startup>3</load-on-startup>




More information about the jboss-cvs-commits mailing list