diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-03-27 09:07:30 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-03-27 09:07:30 +0000 |
| commit | fb14a2042dd5bdae5a5c79b8cd4f1ad87e59bee1 (patch) | |
| tree | 0a59a872ff849d3056c803836aed199f8a49c1e2 /java/distribution | |
| parent | 4b5818ed830c97978771ffe7be1ff2ac587bd989 (diff) | |
| download | qpid-python-fb14a2042dd5bdae5a5c79b8cd4f1ad87e59bee1.tar.gz | |
merged from M2 (r521792:522567) QPID-408 QPID-421 QPID-428
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@522821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution')
| -rw-r--r-- | java/distribution/src/main/assembly/bin.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/distribution/src/main/assembly/bin.xml b/java/distribution/src/main/assembly/bin.xml index 27eb239d28..fc782b26bb 100644 --- a/java/distribution/src/main/assembly/bin.xml +++ b/java/distribution/src/main/assembly/bin.xml @@ -95,6 +95,12 @@ <fileMode>420</fileMode> </file> <file> + <source>../broker/etc/passwdVhost</source> + <outputDirectory>qpid-${qpid.version}/etc</outputDirectory> + <destName>passwdVhost</destName> + <fileMode>420</fileMode> + </file> + <file> <source>../broker/etc/qpid-server.conf</source> <outputDirectory>qpid-${qpid.version}/etc</outputDirectory> <destName>qpid-server.conf</destName> |
