summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-11-08 15:06:51 +0000
committerSteven Shaw <steshaw@apache.org>2006-11-08 15:06:51 +0000
commit8002e8f58d126169035315ace74b6fb33d098582 (patch)
treed079432c3208c2eb8219be0a87119fe283af51f7
parentbeaa5bb0e6d33eafa1f05ef5c46380d44827b026 (diff)
downloadqpid-python-8002e8f58d126169035315ace74b6fb33d098582.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/qpid/java@472513 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--client/test/build-module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/test/build-module.xml b/client/test/build-module.xml
index 99643c79a2..3e993343cd 100644
--- a/client/test/build-module.xml
+++ b/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"/>