summaryrefslogtreecommitdiff
path: root/qpid/java/systests
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-05-01 21:29:04 +0000
committerRafael H. Schloming <rhs@apache.org>2008-05-01 21:29:04 +0000
commita7a0c1ed22d99c302e6da2cbce010b9ff8ceea11 (patch)
tree605a8fa3f2a25da4f7ae5b03ec77092a9099bc49 /qpid/java/systests
parent88a231f962004f46f20ff509c09771d151aac4bf (diff)
downloadqpid-python-a7a0c1ed22d99c302e6da2cbce010b9ff8ceea11.tar.gz
QPID-993: added an osgi manifest to broker-plugins jar
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
-rw-r--r--qpid/java/systests/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml
index db7f594421..da72657185 100644
--- a/qpid/java/systests/build.xml
+++ b/qpid/java/systests/build.xml
@@ -19,12 +19,10 @@ nn - or more contributor license agreements. See the NOTICE file
-
-->
<project name="System Tests" default="build">
- <property name="module.depends" value="client broker common junit-toolkit"/>
- <property name="module.dist" value="false"/>
+ <property name="module.depends" value="client broker common junit-toolkit"/>
<property name="module.test.src" location="src/main/java"/>
<import file="../module.xml"/>
- <property name="module.test.classes" location="${module.build}/main/classes"/>
</project>