You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2005/05/23 20:28:48 UTC

svn commit: r177996 - /myfaces/trunk/build/build-webapps.xml

Author: grantsmith
Date: Mon May 23 11:28:48 2005
New Revision: 177996

URL: http://svn.apache.org/viewcvs?rev=177996&view=rev
Log:
examples-webapps needs jararta-oro.jar for example validators

Modified:
    myfaces/trunk/build/build-webapps.xml

Modified: myfaces/trunk/build/build-webapps.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/build/build-webapps.xml?rev=177996&r1=177995&r2=177996&view=diff
==============================================================================
--- myfaces/trunk/build/build-webapps.xml (original)
+++ myfaces/trunk/build/build-webapps.xml Mon May 23 11:28:48 2005
@@ -37,7 +37,7 @@
             </fileset>
             <fileset dir="${optional.lib.dir}">
                 <include name="*.jar"/>
-            </fileset>            
+            </fileset>
         </path>
 
     </target>
@@ -77,12 +77,13 @@
             </fileset>
             <fileset dir="${optional.lib.dir}">
                 <include name="log4j*.jar"/>
-                <include name="struts.jar"/>     
+                <include name="struts.jar"/>
                 <include name="commons*.jar"/>
+                <include name="jakarta*.jar"/>
             </fileset>
 
         </copy>
-        
+
         <copy todir="${build.web.lib}" file="${myfaces.jar}"/>
 
         <war warfile="${war.file}" webxml="${web.dir}/WEB-INF/web.xml">