summaryrefslogtreecommitdiff
path: root/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
commit7317bbd994a7421e6ae27c8045e655f606557546 (patch)
treede768e4ae4fb9255af40a384f9826041f09553f8 /java/systests
parentadfd40a0f1d4133c2f5009c54ce86e1d7d642c98 (diff)
downloadqpid-python-7317bbd994a7421e6ae27c8045e655f606557546.tar.gz
QPID-993: added an osgi manifest to broker-plugins jar
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
-rw-r--r--java/systests/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml
index db7f594421..da72657185 100644
--- a/java/systests/build.xml
+++ b/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>