Mercurial > hg-stable
changeset 13695:a083c6e62acb stable
wix: add new file templates/paper/bookmarks.tmpl
This file was snuck onto the stable branch with 38c9837b1f75
author | Steve Borho <steve@borho.org> |
---|---|
date | Fri, 18 Mar 2011 11:36:36 -0500 |
parents | adf3c4401c5d |
children | 136854393eed bc41d08a5ccc 8c3e0542e153 |
files | contrib/wix/guids.wxi contrib/wix/templates.wxs |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/wix/guids.wxi Thu Mar 17 22:55:02 2011 +0100 +++ b/contrib/wix/guids.wxi Fri Mar 18 11:36:36 2011 -0500 @@ -29,7 +29,7 @@ <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?> <?define templates.gitweb.guid = {D8BFE3ED-06DD-4C4D-A00D-6D825955F922} ?> <?define templates.monoblue.guid = {A394B4D5-2AF7-4AAC-AEA8-E92176E5501E} ?> - <?define templates.paper.guid = {7C94B80D-FD0D-44E7-8489-F30A9E20A47F} ?> + <?define templates.paper.guid = {243CF61D-7028-4A25-93CC-7C402088EAE6} ?> <?define templates.raw.guid = {04DE03A2-FBFD-4c5f-8DEA-5436DDF4689D} ?> <?define templates.rss.guid = {A7D608DE-0CF6-44f4-AF1E-EE30CC237FDA} ?> <?define templates.spartan.guid = {80222625-FA8F-44b1-86CE-1781EF375D09} ?>
--- a/contrib/wix/templates.wxs Thu Mar 17 22:55:02 2011 +0100 +++ b/contrib/wix/templates.wxs Fri Mar 18 11:36:36 2011 -0500 @@ -112,6 +112,7 @@ <Directory Id="templates.paperdir" Name="paper"> <Component Id="templates.paper" Guid="$(var.templates.paper.guid)" Win64='$(var.IsX64)'> <File Id="paper.branches.tmpl" Name="branches.tmpl" KeyPath="yes" /> + <File Id="paper.bookmarks.tmpl" Name="bookmarks.tmpl" /> <File Id="paper.changeset.tmpl" Name="changeset.tmpl" /> <File Id="paper.error.tmpl" Name="error.tmpl" /> <File Id="paper.fileannotate.tmpl" Name="fileannotate.tmpl" />