diff contrib/wix/templates.wxs @ 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 bd9bc4123920
children 80b8c0b59178
line wrap: on
line diff
--- 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" />