sebb 2004/03/16 02:44:35
Modified: project jakarta-jmeter.xml
Log:
Forgot to add new depends for httpclient...
Revision Changes Path
1.82 +14 -5 gump/project/jakarta-jmeter.xml
Index: jakarta-jmeter.xml
===================================================================
RCS file: /home/cvs/gump/project/jakarta-jmeter.xml,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- jakarta-jmeter.xml 15 Mar 2004 15:50:45 -0000 1.81
+++ jakarta-jmeter.xml 16 Mar 2004 10:44:35 -0000 1.82
@@ -64,6 +64,9 @@
<depend project="jtidy" />
<depend project="excalibur-compatibility" />
+ <depend project="commons-logging"/>
+ <depend project="commons-httpclient"/>
+
<option project="beanshell" ids="bsh-core"/>
<option project="jakarta-bsf"/>
@@ -140,6 +143,9 @@
<work nested="lib/soap.jar"/>
<work nested="lib/Tidy.jar"/>
+ <work nested="lib/commons-logging.jar"/>
+ <work nested="lib/commons-httpclient-2.0.jar"/>
+
<!-- needed ? -->
<work nested="lib/velocity-1.4-dev.jar"/>
@@ -198,6 +204,9 @@
<work nested="lib/logkit-1.2.jar"/>
<work nested="lib/soap.jar"/>
<work nested="lib/Tidy.jar"/>
+ <work nested="lib/commons-httpclient-2.0.jar"/>
+ <work nested="lib/commons-logging.jar"/>
+
<!-- work nested="lib/velocity-1.4-dev.jar"/ -->
<work nested="lib/xalan.jar"/>
<work nested="lib/xercesImpl.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]