##// END OF EJS Templates
wix: hgweb file renames
Steve Borho -
r11006:6d9ff337 default
parent child Browse files
Show More
@@ -1,42 +1,42 b''
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 3
4 4 <?include guids.wxi ?>
5 5
6 6 <Fragment>
7 7 <ComponentGroup Id="contribFolder">
8 8 <ComponentRef Id="contrib" />
9 9 <ComponentRef Id="contrib.vim" />
10 10 </ComponentGroup>
11 11 </Fragment>
12 12
13 13 <Fragment>
14 14 <DirectoryRef Id="INSTALLDIR">
15 15 <Directory Id="contribdir" Name="contrib" FileSource="$(var.SourceDir)">
16 16 <Component Id="contrib" Guid="$(var.contrib.guid)">
17 17 <File Name="bash_completion" KeyPath="yes" />
18 18 <File Name="hgk" />
19 <File Name="hgwebdir.fcgi" />
20 <File Name="hgwebdir.wsgi" />
19 <File Name="hgweb.fcgi" />
20 <File Name="hgweb.wsgi" />
21 21 <File Name="logo-droplets.svg" />
22 22 <File Name="mercurial.el" />
23 23 <File Name="sample.hgrc" />
24 24 <File Name="tcsh_completion" />
25 25 <File Name="tcsh_completion_build.sh" />
26 26 <File Name="xml.rnc" />
27 27 <File Name="zsh_completion" />
28 28 </Component>
29 29 <Directory Id="vimdir" Name="vim">
30 30 <Component Id="contrib.vim" Guid="$(var.contrib.vim.guid)">
31 31 <File Name="hg-menu.vim" KeyPath="yes" />
32 32 <File Name="HGAnnotate.vim" />
33 33 <File Name="hgcommand.vim" />
34 34 <File Name="patchreview.txt" />
35 35 <File Name="patchreview.vim" />
36 36 </Component>
37 37 </Directory>
38 38 </Directory>
39 39 </DirectoryRef>
40 40 </Fragment>
41 41
42 42 </Wix>
General Comments 0
You need to be logged in to leave comments. Login now