diff options
Diffstat (limited to 'java/perftests')
-rw-r--r-- | java/perftests/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/perftests/build.xml b/java/perftests/build.xml index 19cccb34a5..497bfc8035 100644 --- a/java/perftests/build.xml +++ b/java/perftests/build.xml @@ -20,7 +20,7 @@ --> <project name="Performance Tests" default="build"> - <property name="module.depends" value="systests client broker common junit-toolkit"/> + <property name="module.depends" value="systests client broker common common/test junit-toolkit"/> <import file="../module.xml"/> |