You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/09/19 01:09:00 UTC

svn commit: r289998 - /myfaces/build/trunk/build.xml

Author: svieujot
Date: Sun Sep 18 16:08:57 2005
New Revision: 289998

URL: http://svn.apache.org/viewcvs?rev=289998&view=rev
Log:
Add commons-lang.jar to compile path to allow compilation.

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=289998&r1=289997&r2=289998&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Sun Sep 18 16:08:57 2005
@@ -229,6 +229,7 @@
         <pathelement location="${commons-digester.jar}"/>
         <pathelement location="${commons-el.jar}"/>
         <pathelement location="${commons-fileupload.jar}"/>
+        <pathelement location="${commons-lang.jar}"/>
         <pathelement location="${commons-logging.jar}"/>
         <pathelement location="${commons-validator.jar}"/>
         <pathelement location="${jakarta-oro.jar}"/>