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 2010/03/24 00:51:09 UTC

svn commit: r926865 - in /qpid/branches/0.6-release-windows-installer/qpid/packaging/windows: qpid-asf-banner.bmp qpid-asf-bkgrd.bmp qpid-install-background.bmp qpid-install-banner.bmp qpidc.wxs

Author: shuston
Date: Tue Mar 23 23:51:09 2010
New Revision: 926865

URL: http://svn.apache.org/viewvc?rev=926865&view=rev
Log:
Correct bitmaps for Wix-based installer.

Added:
    qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-install-background.bmp   (with props)
    qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-install-banner.bmp   (with props)
Removed:
    qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-asf-banner.bmp
    qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-asf-bkgrd.bmp
Modified:
    qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpidc.wxs

Added: qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-install-background.bmp
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-install-background.bmp?rev=926865&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-install-background.bmp
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-install-banner.bmp
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-install-banner.bmp?rev=926865&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpid-install-banner.bmp
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpidc.wxs
URL: http://svn.apache.org/viewvc/qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpidc.wxs?rev=926865&r1=926864&r2=926865&view=diff
==============================================================================
--- qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpidc.wxs (original)
+++ qpid/branches/0.6-release-windows-installer/qpid/packaging/windows/qpidc.wxs Tue Mar 23 23:51:09 2010
@@ -182,8 +182,8 @@
     </UI>
 
     <WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
-    <WixVariable Id="WixUIBannerBmp" Value="qpid-asf-banner.bmp" />
-    <WixVariable Id="WixUIDialogBmp" Value="qpid-asf-bkgrd.bmp" />
+    <WixVariable Id="WixUIBannerBmp" Value="qpid-install-banner.bmp" />
+    <WixVariable Id="WixUIDialogBmp" Value="qpid-install-background.bmp" />
 
     <!-- Launch the install notes optionally on finish -->
     <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT"



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org