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 | 22822cb7bc8e315f14224adf17d51dbdd0018897 (patch) | |
| tree | e56019e6a5d3e7a74f8fee8cf6175b18356e5b08 /java/distribution | |
| parent | 5bee610f82db7a87b063aebb404f0f29717a7f01 (diff) | |
| download | qpid-python-22822cb7bc8e315f14224adf17d51dbdd0018897.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/qpid@571491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution')
| -rw-r--r-- | java/distribution/src/main/assembly/management-eclipse-plugin.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ <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> |
