diff options
| author | Stephen D. Huston <shuston@apache.org> | 2012-11-02 22:41:04 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2012-11-02 22:41:04 +0000 |
| commit | 1edf884433ecb7fe6e880b9f15c2d616e92a83ed (patch) | |
| tree | d92b635fb194e0f9bab8e19544f961241c7a857c /packaging | |
| parent | 61eeda84ccde1c5b7fb3a999276bb1936c5f5319 (diff) | |
| download | qpid-python-1edf884433ecb7fe6e880b9f15c2d616e92a83ed.tar.gz | |
Pick up LICENSE and NOTICE from correct place. Fixes QPID-4414.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1405199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/windows/qpidc.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/windows/qpidc.wxs b/packaging/windows/qpidc.wxs index 7c07a14420..8fd9f9a396 100644 --- a/packaging/windows/qpidc.wxs +++ b/packaging/windows/qpidc.wxs @@ -105,8 +105,8 @@ <File Id="InstallNotesHTML" Source="INSTALL_NOTES.html"/>
</Component>
<Component Id="Legal" Guid="{D98B2A06-4A7E-488a-A7A9-BFB1B9D594A0}">
- <File Id="LICENSE" Source="$(var.staging_dir)\LICENSE"/>
- <File Id="NOTICE" Source="$(var.staging_dir)\NOTICE"/>
+ <File Id="LICENSE" Source="$(var.staging_dir)\docs\LICENSE"/>
+ <File Id="NOTICE" Source="$(var.staging_dir)\docs\NOTICE"/>
</Component>
</DirectoryRef>
|
