mirror of https://github.com/apache/jmeter.git
Add commons-IO-1.3.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@533321 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: d128534563
This commit is contained in:
parent
7924ef12bf
commit
57856751d1
|
|
@ -7,6 +7,7 @@ batik-awt-util.jar = ${lib.dir}/batik-awt-util-1.6.jar
|
|||
commons-codec.jar = ${lib.dir}/commons-codec-1.3.jar
|
||||
commons-collections.jar = ${lib.dir}/commons-collections-3.2.jar
|
||||
commons-httpclient.jar = ${lib.dir}/commons-httpclient-3.1-rc1.jar
|
||||
commons-io.jar = ${lib.dir}/commons-io-1.3.1.jar
|
||||
commons-jexl.jar = ${lib.dir}/commons-jexl-1.1.jar
|
||||
# commons-lang is currently only needed by velocity; but could be useful for BeanShell
|
||||
commons-lang.jar = ${lib.dir}/commons-lang-2.3.jar
|
||||
|
|
|
|||
|
|
@ -295,6 +295,7 @@
|
|||
<include name="${commons-codec.jar}"/>
|
||||
<include name="${commons-collections.jar}"/>
|
||||
<include name="${commons-httpclient.jar}"/>
|
||||
<include name="${commons-io.jar}"/>
|
||||
<include name="${commons-jexl.jar}"/>
|
||||
<include name="${commons-lang.jar}"/>
|
||||
<include name="${commons-logging.jar}"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Which jars are used by which modules?
|
||||
====================================
|
||||
[not exhaustive]
|
||||
|
||||
avalon-framework-4.1.4 (org.apache.avalon.framework)
|
||||
- LogKit (used by HttpClient ?)
|
||||
|
|
@ -16,9 +17,12 @@ commons-collections-3.2
|
|||
- ListenerNotifier
|
||||
- Anakia
|
||||
|
||||
commons-httpclient-3.0.1
|
||||
commons-httpclient-3.1-rc1
|
||||
- httpclient
|
||||
|
||||
commons-io-1.3.1
|
||||
- FTPSampler
|
||||
|
||||
commons-jexl-1.1
|
||||
- Jexl function
|
||||
|
||||
|
|
@ -29,6 +33,9 @@ commons-lang-2.3
|
|||
commons-logging-1.1
|
||||
- httpclient
|
||||
|
||||
commons-net-1.4.1
|
||||
- FTPSampler
|
||||
|
||||
excalibur-datasource-1.1.1 (org.apache.avalon.excalibur.datasource)
|
||||
- jdbc - DataSourceElement
|
||||
- JDBCSampler
|
||||
|
|
|
|||
Loading…
Reference in New Issue