summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/META-INF
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-04-09 11:02:08 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-04-09 11:02:08 +0000
commitda5b82c87e2487c1e3beb9260bad5b8e39f1639f (patch)
tree44bbcf544f7944efe880852ca97c7dfcfc868266 /java/management/eclipse-plugin/META-INF
parent31f506c0f30c415afe98511d0978da3c30713e1c (diff)
downloadqpid-python-da5b82c87e2487c1e3beb9260bad5b8e39f1639f.tar.gz
QPID-444 : updated the management console dependency configuration for sasl support
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@526709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/META-INF')
-rw-r--r--java/management/eclipse-plugin/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/management/eclipse-plugin/META-INF/MANIFEST.MF b/java/management/eclipse-plugin/META-INF/MANIFEST.MF
index 5e5ba41be0..a92f375886 100644
--- a/java/management/eclipse-plugin/META-INF/MANIFEST.MF
+++ b/java/management/eclipse-plugin/META-INF/MANIFEST.MF
@@ -7,6 +7,7 @@ Bundle-Activator: org.apache.qpid.management.ui.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.ui.forms
+ org.eclipse.ui.forms,
+ jmxremote.optional
Eclipse-LazyStart: true
Bundle-Vendor: Apache Software Foundation