summaryrefslogtreecommitdiff
path: root/java/systests
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-04-26 14:33:24 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-04-26 14:33:24 +0000
commitff0fe9fcb9c0e82e57d7b1146701fc2861271ce2 (patch)
tree94c166289d21ab09b4e2cd72c3b22720f1a16412 /java/systests
parent67c5accb682e347436f2db76fa007119569ae9be (diff)
downloadqpid-python-ff0fe9fcb9c0e82e57d7b1146701fc2861271ce2.tar.gz
QPID-2530 : Updated build system to have a new findSubProjects macro in build.xml that will correctly locate and add all subprojects (those with a build.xml file) to the modules.plugin variable. This will correctly allow new plugins to be automatically picked up without any further build system changes.
To further simplify the build process and make better use of the module.depends option the build.deps file has been updated to contain only the libraries the module actually depends on. The dependant libraries due to a module.depends are now automatically pulled in by the build system. A further enhancement would be to do transitive dependencies, which would also allow dependencies to be built when in a sub module directory. e.g. client depends on common, but client.libs should not contain mina, common contains mina and so those libraries are pulled in via the fact that client's module.depends contains common. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@938059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
-rw-r--r--java/systests/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml
index 34a360ecad..c2c20b4bfa 100644
--- a/java/systests/build.xml
+++ b/java/systests/build.xml
@@ -19,8 +19,7 @@ nn - or more contributor license agreements. See the NOTICE file
-
-->
<project name="System Tests" default="build">
-
- <property name="module.depends" value="client management/tools/qpid-cli management/eclipse-plugin management/common broker broker/test common common/test nt junit-toolkit"/>
+ <property name="module.depends" value="client management/tools/qpid-cli management/eclipse-plugin management/common broker broker/test common common/test junit-toolkit"/>
<property name="module.test.src" location="src/main/java"/>
<property name="module.test.excludes"
value="**/TTLTest.java,**/DropInTest.java,**/TestClientControlledTest.java"/>