From 22822cb7bc8e315f14224adf17d51dbdd0018897 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 31 Aug 2007 15:21:12 +0000 Subject: 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/qpid@571491 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/assembly/management-eclipse-plugin.xml | 7 +- .../management/eclipse-plugin/META-INF/MANIFEST.MF | 3 +- java/management/eclipse-plugin/pom.xml | 47 +- .../management/ui/views/OperationTabControl.java | 7 +- .../qpid/management/ui/views/ViewUtility.java | 586 ++++++++++++++++----- .../org.apache.commons.codec_1.3.0.jar | Bin 0 -> 46770 bytes .../main/resources/unix/configuration/config.ini | 4 +- .../main/resources/win32/configuration/config.ini | 2 +- 8 files changed, 502 insertions(+), 154 deletions(-) create mode 100644 java/management/eclipse-plugin/src/main/resources/org.apache.commons.codec/org.apache.commons.codec_1.3.0.jar (limited to 'java') diff --git a/java/distribution/src/main/assembly/management-eclipse-plugin.xml b/java/distribution/src/main/assembly/management-eclipse-plugin.xml index 826128b42f..5c109181ff 100644 --- a/java/distribution/src/main/assembly/management-eclipse-plugin.xml +++ b/java/distribution/src/main/assembly/management-eclipse-plugin.xml @@ -83,9 +83,6 @@ ../management/eclipse-plugin/bin qpidmc/bin - - ** - 777 @@ -95,6 +92,10 @@ MANIFEST.MF + + ../management/eclipse-plugin/src/main/resources/org.apache.commons.codec + qpidmc/eclipse/plugins/ + diff --git a/java/management/eclipse-plugin/META-INF/MANIFEST.MF b/java/management/eclipse-plugin/META-INF/MANIFEST.MF index a03c35c457..658fa2cb4c 100644 --- a/java/management/eclipse-plugin/META-INF/MANIFEST.MF +++ b/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 diff --git a/java/management/eclipse-plugin/pom.xml b/java/management/eclipse-plugin/pom.xml index 6637460822..04ac9b63db 100644 --- a/java/management/eclipse-plugin/pom.xml +++ b/java/management/eclipse-plugin/pom.xml @@ -15,7 +15,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> + --> @@ -38,22 +38,28 @@ - + repo1.maven.org Maven eclipse Repository http://repo1.maven.org/eclipse - - + + apache.snapshots Apache SNAPSHOT Repository http://people.apache.org/repo/m2-snapshot-repository - true + true + + commons-codec + commons-codec + 1.3 + compile + com.ibm.icu com.ibm.icu @@ -197,43 +203,46 @@ icons/ icons/ - ** + ** icons/ / - splash.bmp + splash.bmp - ${basedir} - / - - plugin.xml - plugin.properties - + ${basedir} + / + + plugin.xml + plugin.properties + - + + org.apache.maven.plugins maven-jar-plugin - - META-INF/MANIFEST.MF - - ${artifactId}_${version} + + META-INF/MANIFEST.MF + + ${artifactId}_${version} - + +