Author: jmitchell
Date: Fri Oct 15 18:53:32 2004
New Revision: 54905

Modified:
   struts/trunk/build-tests.xml
   struts/trunk/build-webapp.xml
   struts/trunk/build.properties.sample
   struts/trunk/build.properties.sample.lib
Log:
Removing dependency on commons-lang

Modified: struts/trunk/build-tests.xml
==============================================================================
--- struts/trunk/build-tests.xml        (original)
+++ struts/trunk/build-tests.xml        Fri Oct 15 18:53:32 2004
@@ -107,7 +107,6 @@
       <pathelement location="${commons-httpclient.jar}"/>
       <pathelement location="${commons-logging.jar}"/>
       <pathelement location="${commons-validator.jar}"/>
-      <pathelement location="${commons-lang.jar}"/>
       <pathelement location="${httpunit.jar}"/>
       <pathelement location="${aspectjrt.jar}"/>
       <pathelement location="${jakarta-oro.jar}"/>

Modified: struts/trunk/build-webapp.xml
==============================================================================
--- struts/trunk/build-webapp.xml       (original)
+++ struts/trunk/build-webapp.xml       Fri Oct 15 18:53:32 2004
@@ -61,10 +61,6 @@
                                       of the Jakarta Commons FileUpload
                                       package (version 1.0 or later)
 
-        commons-lang.jar              (required).  The path to the JAR file
-                                      of the Jakarta Commons Lang
-                                      package (version 1.0 or later).
-
         commons-logging.jar           (required).  The path to the JAR file
                                       of the Jakarta Commons Logging
                                       package (version 1.0 or later).

Modified: struts/trunk/build.properties.sample
==============================================================================
--- struts/trunk/build.properties.sample        (original)
+++ struts/trunk/build.properties.sample        Fri Oct 15 18:53:32 2004
@@ -10,7 +10,7 @@
 # as a single archive from the Struts downloads directory.
 # Requirements for the Nightly Build may change between releases and betas.
 #
-# $Id: build.properties.sample,v 1.53 2004/07/08 13:22:23 husted Exp $
+# $Id$
 # -----------------------------------------------------------------------------
 compile.deprecation=true
 
@@ -47,10 +47,6 @@
 # The JAR file containing the FileUpload package (see Installation page)
 # from the Jakarta Commons project.
 commons-fileupload.jar=${commons-lib.home}/fileupload/dist/commons-fileupload-1.0.jar
-
-# The JAR file containing the Lang package (see Installation page)
-# from the Jakarta Commons project.
-commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-2.0.jar
 
 # The JAR file containing the Logging package (see Installation page)
 # from the Jakarta Commons project.

Modified: struts/trunk/build.properties.sample.lib
==============================================================================
--- struts/trunk/build.properties.sample.lib    (original)
+++ struts/trunk/build.properties.sample.lib    Fri Oct 15 18:53:32 2004
@@ -35,7 +35,7 @@
 # All the dependencies will be automatically downloaded and installed for
 # you.
 #
-# $Id: build.properties.sample.lib,v 1.2 2004/07/22 13:31:24 husted Exp $
+# $Id$
 # -----------------------------------------------------------------------------
 
 compile.deprecation=true
@@ -96,7 +96,6 @@
 commons-collections.jar=${struts-lib.home}/commons-collections.jar
 commons-digester.jar=${struts-lib.home}/commons-digester.jar
 commons-fileupload.jar=${struts-lib.home}/commons-fileupload.jar
-commons-lang.jar=${struts-lib.home}/commons-lang.jar
 commons-logging.jar=${struts-lib.home}/commons-logging.jar
 commons-validator.jar=${struts-lib.home}/commons-validator.jar
 jakarta-oro.jar=${struts-lib.home}/jakarta-oro.jar

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

Reply via email to