diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-09-23 23:45:59 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-09-23 23:45:59 +0000 |
| commit | 9b5723a1f2a3b72c81c143f78d7b8dc5ee6b7271 (patch) | |
| tree | 7a71d4b9db6fe7054fd234f2a03477c7b2352180 /qpid/java/build.xml | |
| parent | e0b22df37ecacc0c807e07b76280765ecf0343d5 (diff) | |
| download | qpid-python-9b5723a1f2a3b72c81c143f78d7b8dc5ee6b7271.tar.gz | |
QPID-5162: move the bdbstore-specific systests to their own module
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 85117b739d..e761677f6d 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -23,7 +23,7 @@ <import file="common.xml"/> <property name="optional" value="false"/> - <property name="modules.opt.default" value="bdbstore bdbstore/jmx perftests/visualisation-jfc"/> + <property name="modules.opt.default" value="bdbstore bdbstore/jmx bdbstore/systests perftests/visualisation-jfc"/> <condition property="modules.opt" value="" else="${modules.opt.default}"> <isfalse value="${optional}"/> </condition> |
