diff options
author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-12 17:31:41 +0000 |
---|---|---|
committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-12 17:31:41 +0000 |
commit | 337033877035b9029a000903454200990a4a8b7c (patch) | |
tree | 1887b9b5a4b59f246367c8fc43db23716c873756 /java | |
parent | f73a023fc92e64f54f139cb03b5d096e3c8f68f0 (diff) | |
download | qpid-python-337033877035b9029a000903454200990a4a8b7c.tar.gz |
patch provided by Nuno Santos
QPID-279
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@495652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml b/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml index bd585c4194..1bb35919bf 100644 --- a/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml +++ b/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml @@ -85,7 +85,7 @@ <directory>../management/eclipse-plugin/bin</directory> <outputDirectory>qpidmc/bin</outputDirectory> <includes> - <include>qpidmc.sh</include> + <include>qpidmc*.sh</include> </includes> <fileMode>777</fileMode> </fileSet> |