diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-07-15 17:02:07 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-07-15 17:02:07 +0000 |
| commit | 8172cfee3499ade8b4657b0bc07514bed37e90af (patch) | |
| tree | 91e59028cd3ce41405e7f264f38b2aa96b129482 /java/client/build.xml | |
| parent | a2c070796499496abf08d61539de1d567963a156 (diff) | |
| download | qpid-python-8172cfee3499ade8b4657b0bc07514bed37e90af.tar.gz | |
QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidTestCase. Removed VMTestCase and all references to it, it was only used in JUnit4 testSuite wrappers. Rather than move QpidTestCase to a new module all client tests have that require this class have been moved to systests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@676971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/build.xml')
| -rw-r--r-- | java/client/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/client/build.xml b/java/client/build.xml index aeadfa2f0f..d26064ed15 100644 --- a/java/client/build.xml +++ b/java/client/build.xml @@ -21,7 +21,6 @@ <project name="AMQ Client" default="build"> <property name="module.depends" value="common"/> - <property name="module.test.depends" value="broker junit-toolkit"/> <import file="../module.xml"/> |
