sebb 2003/11/29 13:37:53
Modified: project jakarta-jmeter.xml
Log:
Add missing run-time jars
Revision Changes Path
1.51 +6 -4 jakarta-gump/project/jakarta-jmeter.xml
Index: jakarta-jmeter.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/jakarta-jmeter.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- jakarta-jmeter.xml 29 Nov 2003 20:33:16 -0000 1.50
+++ jakarta-jmeter.xml 29 Nov 2003 21:37:53 -0000 1.51
@@ -1,5 +1,5 @@
<module name="jakarta-jmeter">
-
+<!-- Version $Revision$ Last updated $Date$ -->
<url href="http://jakarta.apache.org/jmeter/" />
<description>
Pure Java load testing and performance measurement tool.
@@ -49,13 +49,15 @@
<work nested="build/components"/>
<!-- These are necessary to run the tests: -->
- <work nested="lib/ext/ApacheJMeter_core.jar"/>
<work nested="lib/ext/ApacheJMeter_components.jar"/>
+ <work nested="lib/ext/ApacheJMeter_core.jar"/>
+ <work nested="lib/ext/ApacheJMeter_ftp.jar"/>
<work nested="lib/ext/ApacheJMeter_functions.jar"/>
<work nested="lib/ext/ApacheJMeter_http.jar"/>
- <work nested="lib/ext/ApacheJMeter_ftp.jar"/>
- <work nested="lib/ext/ApacheJMeter_jdbc.jar"/>
<work nested="lib/ext/ApacheJMeter_java.jar"/>
+ <work nested="lib/ext/ApacheJMeter_jdbc.jar"/>
+ <work nested="lib/ext/ApacheJMeter_ldap.jar"/>
+ <work nested="lib/ext/ApacheJMeter_tcp.jar"/>
<!-- Temporary standalone trial build -->
<work nested="lib/avalon-excalibur-4.1.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]