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