diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-03-26 14:55:21 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-03-26 14:55:21 +0000 |
| commit | e4481605c0a2caf07e5df3afd939bb4b55a9638a (patch) | |
| tree | 00bda925b6800e2d58fb81d4b5dfc16ccdf9d86e /java/distribution/src | |
| parent | 85ef2e8792c57b5a1d471df4f5a6e9d48ede95c2 (diff) | |
| download | qpid-python-e4481605c0a2caf07e5df3afd939bb4b55a9638a.tar.gz | |
Added passwdVhost to the build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@522535 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution/src')
| -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> |
