##// END OF EJS Templates
wix: add new file templates/paper/bookmarks.tmpl...
Steve Borho -
r13695:a083c6e6 stable
parent child Browse files
Show More
@@ -29,7 +29,7 b''
29 <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?>
29 <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?>
30 <?define templates.gitweb.guid = {D8BFE3ED-06DD-4C4D-A00D-6D825955F922} ?>
30 <?define templates.gitweb.guid = {D8BFE3ED-06DD-4C4D-A00D-6D825955F922} ?>
31 <?define templates.monoblue.guid = {A394B4D5-2AF7-4AAC-AEA8-E92176E5501E} ?>
31 <?define templates.monoblue.guid = {A394B4D5-2AF7-4AAC-AEA8-E92176E5501E} ?>
32 <?define templates.paper.guid = {7C94B80D-FD0D-44E7-8489-F30A9E20A47F} ?>
32 <?define templates.paper.guid = {243CF61D-7028-4A25-93CC-7C402088EAE6} ?>
33 <?define templates.raw.guid = {04DE03A2-FBFD-4c5f-8DEA-5436DDF4689D} ?>
33 <?define templates.raw.guid = {04DE03A2-FBFD-4c5f-8DEA-5436DDF4689D} ?>
34 <?define templates.rss.guid = {A7D608DE-0CF6-44f4-AF1E-EE30CC237FDA} ?>
34 <?define templates.rss.guid = {A7D608DE-0CF6-44f4-AF1E-EE30CC237FDA} ?>
35 <?define templates.spartan.guid = {80222625-FA8F-44b1-86CE-1781EF375D09} ?>
35 <?define templates.spartan.guid = {80222625-FA8F-44b1-86CE-1781EF375D09} ?>
@@ -112,6 +112,7 b''
112 <Directory Id="templates.paperdir" Name="paper">
112 <Directory Id="templates.paperdir" Name="paper">
113 <Component Id="templates.paper" Guid="$(var.templates.paper.guid)" Win64='$(var.IsX64)'>
113 <Component Id="templates.paper" Guid="$(var.templates.paper.guid)" Win64='$(var.IsX64)'>
114 <File Id="paper.branches.tmpl" Name="branches.tmpl" KeyPath="yes" />
114 <File Id="paper.branches.tmpl" Name="branches.tmpl" KeyPath="yes" />
115 <File Id="paper.bookmarks.tmpl" Name="bookmarks.tmpl" />
115 <File Id="paper.changeset.tmpl" Name="changeset.tmpl" />
116 <File Id="paper.changeset.tmpl" Name="changeset.tmpl" />
116 <File Id="paper.error.tmpl" Name="error.tmpl" />
117 <File Id="paper.error.tmpl" Name="error.tmpl" />
117 <File Id="paper.fileannotate.tmpl" Name="fileannotate.tmpl" />
118 <File Id="paper.fileannotate.tmpl" Name="fileannotate.tmpl" />
General Comments 0
You need to be logged in to leave comments. Login now