diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-08-02 15:28:00 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-08-02 15:28:00 +0000 |
| commit | d4315c524124859e57002840e30e8816027694ec (patch) | |
| tree | 15bb2d83fd72d4810184c067c9cd019595f58842 /qpid/cpp | |
| parent | 821577c0f9c8b169afce5a49882920e07b80afdc (diff) | |
| download | qpid-python-d4315c524124859e57002840e30e8816027694ec.tar.gz | |
QPID-5032: Windows install LICENSE and NOTICE files have moved - merge fix to 0.24 release branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.24@1509744 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/bld-winsdk.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/bld-winsdk.ps1 b/qpid/cpp/bld-winsdk.ps1 index 830c4dfc09..b3a206dd7b 100644 --- a/qpid/cpp/bld-winsdk.ps1 +++ b/qpid/cpp/bld-winsdk.ps1 @@ -290,8 +290,8 @@ function BuildAPlatform # Set top level info files to DOS line endings
Unix2Dos "$install_dir/README-winsdk.txt"
- Unix2Dos "$install_dir/LICENSE"
- Unix2Dos "$install_dir/NOTICE" + Unix2Dos "$install_dir/docs/LICENSE"
+ Unix2Dos "$install_dir/docs/NOTICE" Unix2Dos "$install_dir/examples/README.txt"
# Install the .NET binding example source code |
