diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-08 15:06:51 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-08 15:06:51 +0000 |
| commit | 21d986eff6cd096c0e4a3db4c603ad72f64270fa (patch) | |
| tree | 5a267a0d185031651bbc6c16f69d72e6c55136ba | |
| parent | 179c9ba089ee8b070f3c38243a70edb0af0e52dc (diff) | |
| download | qpid-python-21d986eff6cd096c0e4a3db4c603ad72f64270fa.tar.gz | |
QPID-72 Set module.dist back to false. We no longer want client-test module to be part of the binary distribution.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472513 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/client/test/build-module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/test/build-module.xml b/qpid/java/client/test/build-module.xml index 99643c79a2..3e993343cd 100644 --- a/qpid/java/client/test/build-module.xml +++ b/qpid/java/client/test/build-module.xml @@ -17,7 +17,7 @@ --> <project name="Client Tests" default="build"> <property name="module.depends" value="client broker broker/test common"/> - <property name="module.dist" value="true"/> + <property name="module.dist" value="false"/> <import file="../../module.xml"/> |
