diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-08-31 15:21:12 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-08-31 15:21:12 +0000 |
| commit | 0c9a820ac910c913e0a256f3d292111ebf2efa37 (patch) | |
| tree | 60f4e8f84a38615b149e82c6bc43cdfc185f5b61 /qpid/java/management/eclipse-plugin/META-INF | |
| parent | 8fb375f6787dac88f1f53572f3ad65980b989a99 (diff) | |
| download | qpid-python-0c9a820ac910c913e0a256f3d292111ebf2efa37.tar.gz | |
QPID-554 Patch submitted by Jia Jia to add viewing of binary content in messages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@571491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin/META-INF')
| -rw-r--r-- | qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF b/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF index a03c35c457..658fa2cb4c 100644 --- a/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF +++ b/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF @@ -8,6 +8,7 @@ Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.ui.forms, - jmxremote.sasl + jmxremote.sasl, + org.apache.commons.codec Eclipse-LazyStart: true Bundle-Vendor: Apache Software Foundation |
