Author: sebb
Date: Sat Apr 28 02:57:33 2007
New Revision: 533325
URL: http://svn.apache.org/viewvc?view=rev&rev=533325
Log:
Left out a commons-io reference
Modified:
jakarta/jmeter/branches/rel-2-2/build.xml
Modified: jakarta/jmeter/branches/rel-2-2/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/build.xml?view=diff&rev=533325&r1=533324&r2=533325
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/build.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/build.xml Sat Apr 28 02:57:33 2007
@@ -348,6 +348,7 @@
<pathelement location="${commons-codec.jar}"/>
<pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-httpclient.jar}"/>
+ <pathelement location="${commons-io.jar}"/>
<pathelement location="${commons-jexl.jar}"/>
<pathelement location="${commons-lang.jar}"/>
<pathelement location="${commons-logging.jar}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]