summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/src
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2009-02-28 23:47:18 +0000
committerRobert Gemmell <robbie@apache.org>2009-02-28 23:47:18 +0000
commit751965a168afeaa4aa005a49d7135efe2cc3e023 (patch)
tree913f31a6ed78f35a043b62f75f83d2287f5059b8 /java/management/eclipse-plugin/src
parent1f0358e987b9b11643a18971184623ab83f80b75 (diff)
downloadqpid-python-751965a168afeaa4aa005a49d7135efe2cc3e023.tar.gz
QPID-1700: the jmx console's core plugin should not depend on the jmxremote.sasl plugin, this is now an (optional) dependancy of the qpid-management-common plugin
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/eclipse-plugin/src')
-rw-r--r--java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF b/java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF
index 5ef0c78606..818daef003 100644
--- a/java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF
+++ b/java/management/eclipse-plugin/src/main/resources/qpid-management-common-plugin/MANIFEST.MF
@@ -8,4 +8,4 @@ Export-Package: org.apache.qpid.management.common,
org.apache.qpid.management.common.sasl
Bundle-Vendor:
Bundle-Localization: plugin
-Require-Bundle: jmxremote.sasl
+Require-Bundle: jmxremote.sasl;resolution:=optional