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 | f77a8f491d88030091bdda5a14dc1f21a4a1925f (patch) | |
tree | 866c1863209cfa745d391791ef24564b5142f54a | |
parent | 174026cbe0052ba8570c4f1a1a88b0d27922506d (diff) | |
download | qpid-python-f77a8f491d88030091bdda5a14dc1f21a4a1925f.tar.gz |
Pick up LICENSE and NOTICE from correct place. Fixes QPID-4414.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405199 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/packaging/windows/qpidc.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/packaging/windows/qpidc.wxs b/qpid/packaging/windows/qpidc.wxs index 7c07a14420..8fd9f9a396 100644 --- a/qpid/packaging/windows/qpidc.wxs +++ b/qpid/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>
|