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 | a2249eadf8e74a033b72628c294bdcedb6f197df (patch) | |
| tree | 77897315426741afda62c07e470cd05251f1d352 | |
| parent | 17918121fb18359a2ac8088feb7d132e02408e5b (diff) | |
| download | qpid-python-a2249eadf8e74a033b72628c294bdcedb6f197df.tar.gz | |
patch provided by Nuno Santos
QPID-279
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495652 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml b/qpid/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml index bd585c4194..1bb35919bf 100644 --- a/qpid/java/distribution/src/main/assembly/management-eclipse-plugin-unix.xml +++ b/qpid/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> |
