From ff0fe9fcb9c0e82e57d7b1146701fc2861271ce2 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 26 Apr 2010 14:33:24 +0000 Subject: 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 --- java/module.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 51 insertions(+), 14 deletions(-) (limited to 'java/module.xml') diff --git a/java/module.xml b/java/module.xml index 27aae0fb9a..ec2bfc7e8e 100644 --- a/java/module.xml +++ b/java/module.xml @@ -30,7 +30,7 @@ - + @@ -73,10 +73,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -84,10 +127,12 @@ + + @@ -107,19 +152,6 @@ - - - - - - - - - - - - - @@ -147,6 +179,8 @@ + + @@ -391,7 +425,10 @@ + + + -- cgit v1.2.1