diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-07-11 17:16:16 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-07-11 17:16:16 +0000 |
| commit | a6e0cd3a7847c18bfa302208b5b6719d07be56af (patch) | |
| tree | b72358ce10a8461957c2db31568bea6d5bc8e95e /java/build.xml | |
| parent | e1575a2b704902b171360f0c7f7243a5b10600ef (diff) | |
| download | qpid-python-a6e0cd3a7847c18bfa302208b5b6719d07be56af.tar.gz | |
QPID-1927: move mbean interfaces to management-common, make broker module depend on management-common, modify build system to copy management-common.jar when required (eg for binary releases).
QPID-1928: remove unused AMQException throws clause and import from ManagedQueue,UserManagement.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/build.xml b/java/build.xml index bd30467a9b..155fef8656 100644 --- a/java/build.xml +++ b/java/build.xml @@ -22,10 +22,10 @@ <import file="common.xml"/> - <property name="modules.core" value="junit-toolkit common broker client tools"/> + <property name="modules.core" value="junit-toolkit common management/common broker client tools"/> <property name="modules.examples" value="client/example"/> <property name="modules.tests" value="systests perftests integrationtests testkit"/> - <property name="modules.management" value="management/common management/client management/eclipse-plugin management/agent management/console"/> + <property name="modules.management" value="management/client management/eclipse-plugin management/agent management/console"/> <property name="modules.plugin" value="broker-plugins"/> <property name="modules.management.tools" value="management/tools/qpid-cli"/> <property name="modules" value="${modules.core} |
