diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-04-05 16:04:10 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-04-05 16:04:10 +0000 |
| commit | 8ff1b09454dcfe72833d9c8c98e7c0b98776d46f (patch) | |
| tree | 92825c23cb80e0be80ee38b053e33b441ec76ab1 /java/build.deps | |
| parent | 37ca4d90a45d04caeadee3154efe7764447fe47d (diff) | |
| download | qpid-python-8ff1b09454dcfe72833d9c8c98e7c0b98776d46f.tar.gz | |
QPID-3936: initial checkin of new testing framework, initially to be used for performance testing but later to be expanded for use with other testing scenarios.
Applied patch from Philip Harvey <phil@philharveyonline.com>, Oleksandr Rudyy <orudyy@gmail.com>, Andrew MacBean <andymacbean@gmail.com>, Keith Wall <kwall@apache.org>, and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1309918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.deps')
| -rw-r--r-- | java/build.deps | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/build.deps b/java/build.deps index cc62fd9593..8fc225e084 100644 --- a/java/build.deps +++ b/java/build.deps @@ -37,6 +37,8 @@ geronimo-openejb=lib/geronimo-ejb_3.0_spec-1.0.1.jar junit=lib/junit-3.8.1.jar mockito-all=lib/mockito-all-1.9.0.jar +gson-all=lib/gson-2.0.jar + log4j=lib/log4j-1.2.12.jar slf4j-api=lib/slf4j-api-1.6.1.jar @@ -64,6 +66,8 @@ broker-plugins.libs=${felix.libs} ${log4j} ${commons-configuration.libs} test.libs=${slf4j-log4j} ${log4j} ${junit} ${slf4j-api} ${mockito-all} +perftests.libs=${geronimo-jms} ${slf4j-api} ${commons-collections} ${commons-beanutils-core} ${commons-lang} ${gson-all} + ibm-icu=lib/com.ibm.icu_3.8.1.v20080530.jar ecl-core-jface=lib/org.eclipse.jface_3.4.1.M20080827-2000.jar ecl-core-jface-databinding=lib/org.eclipse.jface.databinding_1.2.1.M20080827-0800a.jar @@ -129,6 +133,7 @@ client-example.test.libs=${test.libs} tools.test.libs= testkit.test.libs=${test.libs} systests.libs=${test.libs} +perftests.test.libs=${test.libs} broker-plugins.test.libs=${test.libs} |
