Author: jmitchell
Date: Fri Oct 15 18:49:53 2004
New Revision: 54904
Modified:
struts/trunk/build-tests.xml
struts/trunk/build.xml
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:49:53 2004
@@ -110,6 +110,7 @@
<pathelement location="${commons-lang.jar}"/>
<pathelement location="${httpunit.jar}"/>
<pathelement location="${aspectjrt.jar}"/>
+ <pathelement location="${jakarta-oro.jar}"/>
<pathelement location="${cactus.jar}"/>
<pathelement location="${junit.jar}"/>
<pathelement location="${servlet.jar}"/>
@@ -196,6 +197,7 @@
<copy file="${aspectjrt.jar}" todir="${out.test.dir}/lib"/>
<copy file="${httpunit.jar}" todir="${out.test.dir}/lib"/>
<copy file="${junit.jar}" todir="${out.test.dir}/lib"/>
+ <copy file="${jakarta-oro.jar}" todir="${out.test.dir}/lib"/>
<copy file="${log4j.jar}" todir="${out.test.dir}/lib"/>
<copy file="${cactus.jar}" todir="${out.test.dir}/lib"/>
<copy file="${commons-beanutils.jar}"
Modified: struts/trunk/build.xml
==============================================================================
--- struts/trunk/build.xml (original)
+++ struts/trunk/build.xml Fri Oct 15 18:49:53 2004
@@ -42,10 +42,6 @@
Commons FileUpload package.
[Version 1.0 or later]
- commons-lang.jar The path to the JAR file of the Jakarta
- Commons Lang package.
- [Version 2.0 or later]
-
commons-logging.jar The path to the JAR file of the Jakarta
Commons Logging package.
[Version 1.0.3 or later]
@@ -207,7 +203,6 @@
<pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-digester.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}"/>
@@ -284,8 +279,6 @@
<copy file="${jdbc20ext.jar}"
tofile="${build.home}/library/jdbc2_0-stdext.jar"/>
- <copy file="${commons-lang.jar}"
- tofile="${build.home}/library/commons-lang.jar"/>
-->
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]