Author: schof
Date: Thu Nov 17 07:51:24 2005
New Revision: 345269

URL: http://svn.apache.org/viewcvs?rev=345269&view=rev
Log:
Updated MyFaces dependency to version 1.1.1

Modified:
    struts/shale/trunk/build.xml

Modified: struts/shale/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml?rev=345269&r1=345268&r2=345269&view=diff
==============================================================================
--- struts/shale/trunk/build.xml (original)
+++ struts/shale/trunk/build.xml Thu Nov 17 07:51:24 2005
@@ -479,15 +479,15 @@
     <mkdir        dir="${lib.dir}/myfaces"/>
     <get         dest="${lib.dir}/myfaces/myfaces-api.jar"
          ignoreerrors="true"
-                  src="${maven.repo}/myfaces/jars/myfaces-api-1.1.0.jar"
+                  src="${maven.repo}/myfaces/jars/myfaces-api-1.1.1.jar"
          usetimestamp="true"/>
     <get         dest="${lib.dir}/myfaces/myfaces-extensions.jar"
          ignoreerrors="true"
-                  src="${maven.repo}/myfaces/jars/tomahawk-1.1.0.jar"
+                  src="${maven.repo}/myfaces/jars/tomahawk-1.1.1.jar"
          usetimestamp="true"/>
     <get         dest="${lib.dir}/myfaces/myfaces-impl.jar"
          ignoreerrors="true"
-                  src="${maven.repo}/myfaces/jars/myfaces-impl-1.1.0.jar"
+                  src="${maven.repo}/myfaces/jars/myfaces-impl-1.1.1.jar"
          usetimestamp="true"/>
 
     <mkdir        dir="${lib.dir}/portlet-api"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to