You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2012/11/02 23:41:04 UTC

svn commit: r1405199 - /qpid/trunk/qpid/packaging/windows/qpidc.wxs

Author: shuston
Date: Fri Nov  2 22:41:04 2012
New Revision: 1405199

URL: http://svn.apache.org/viewvc?rev=1405199&view=rev
Log:
Pick up LICENSE and NOTICE from correct place. Fixes QPID-4414.

Modified:
    qpid/trunk/qpid/packaging/windows/qpidc.wxs

Modified: qpid/trunk/qpid/packaging/windows/qpidc.wxs
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/packaging/windows/qpidc.wxs?rev=1405199&r1=1405198&r2=1405199&view=diff
==============================================================================
--- qpid/trunk/qpid/packaging/windows/qpidc.wxs (original)
+++ qpid/trunk/qpid/packaging/windows/qpidc.wxs Fri Nov  2 22:41:04 2012
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org