diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-04-09 11:02:08 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-04-09 11:02:08 +0000 |
| commit | da5b82c87e2487c1e3beb9260bad5b8e39f1639f (patch) | |
| tree | 44bbcf544f7944efe880852ca97c7dfcfc868266 /java/management/eclipse-plugin/META-INF | |
| parent | 31f506c0f30c415afe98511d0978da3c30713e1c (diff) | |
| download | qpid-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.MF | 3 |
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 |
