diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-01-07 13:32:59 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-01-07 13:32:59 +0000 |
| commit | 400cf393e1a7758d7e08093fcb62bfbd1e8881a3 (patch) | |
| tree | f52957f2f9ffc306c2d41b59a0edaec675168f1d /qpid/java/management/eclipse-plugin/build.xml | |
| parent | de26a37fe587e9ddd8814c0fb9193617daf5dbc5 (diff) | |
| download | qpid-python-400cf393e1a7758d7e08093fcb62bfbd1e8881a3.tar.gz | |
QPID-1539: add management/common module. Move SASL and login code there.
Make gui depend on management common and OSGify it a bit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin/build.xml')
| -rw-r--r-- | qpid/java/management/eclipse-plugin/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/management/eclipse-plugin/build.xml b/qpid/java/management/eclipse-plugin/build.xml index 2c36e79823..1d6144116d 100644 --- a/qpid/java/management/eclipse-plugin/build.xml +++ b/qpid/java/management/eclipse-plugin/build.xml @@ -20,7 +20,7 @@ --> <project name="Eclipse Plugin" default="build"> - <property name="module.depends" value="broker common"/> + <property name="module.depends" value="broker common management/common"/> <import file="../../module.xml"/> |
