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/distribution | |
| 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/distribution')
| -rw-r--r-- | qpid/java/distribution/src/main/assembly/management-eclipse-plugin.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qpid/java/distribution/src/main/assembly/management-eclipse-plugin.xml b/qpid/java/distribution/src/main/assembly/management-eclipse-plugin.xml index 826128b42f..5c109181ff 100644 --- a/qpid/java/distribution/src/main/assembly/management-eclipse-plugin.xml +++ b/qpid/java/distribution/src/main/assembly/management-eclipse-plugin.xml @@ -83,9 +83,6 @@ <fileSet> <directory>../management/eclipse-plugin/bin</directory> <outputDirectory>qpidmc/bin</outputDirectory> - <includes> - <include>**</include> - </includes> <fileMode>777</fileMode> </fileSet> <fileSet> @@ -95,6 +92,10 @@ <include>MANIFEST.MF</include> </includes> </fileSet> + <fileSet> + <directory>../management/eclipse-plugin/src/main/resources/org.apache.commons.codec</directory> + <outputDirectory>qpidmc/eclipse/plugins/</outputDirectory> + </fileSet> </fileSets> <dependencySets> |
