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 | 85fef3d1e669b240deae82cdd353620667a85e08 (patch) | |
| tree | 3a85c796a180d5d003e9b8df1ec68e7b61cceb69 /java/client/test/build-module.xml | |
| parent | 78bbb18f0d27c5b7fc243e1e2d141117b0609f09 (diff) | |
| download | qpid-python-85fef3d1e669b240deae82cdd353620667a85e08.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@472513 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/build-module.xml')
| -rw-r--r-- | java/client/test/build-module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/test/build-module.xml b/java/client/test/build-module.xml index 99643c79a2..3e993343cd 100644 --- a/java/client/test/build-module.xml +++ b/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"/> |
