##// END OF EJS Templates
wix: move contrib/wix to contrib/packaging/wix...
Gregory Szorc -
r42086:c68a1df5 default
parent child Browse files
Show More
1 NO CONTENT: file renamed from contrib/wix/COPYING.rtf to contrib/packaging/wix/COPYING.rtf
NO CONTENT: file renamed from contrib/wix/COPYING.rtf to contrib/packaging/wix/COPYING.rtf
1 NO CONTENT: file renamed from contrib/wix/README.txt to contrib/packaging/wix/README.txt
NO CONTENT: file renamed from contrib/wix/README.txt to contrib/packaging/wix/README.txt
1 NO CONTENT: file renamed from contrib/wix/contrib.wxs to contrib/packaging/wix/contrib.wxs
NO CONTENT: file renamed from contrib/wix/contrib.wxs to contrib/packaging/wix/contrib.wxs
1 NO CONTENT: file renamed from contrib/wix/defines.wxi to contrib/packaging/wix/defines.wxi
NO CONTENT: file renamed from contrib/wix/defines.wxi to contrib/packaging/wix/defines.wxi
1 NO CONTENT: file renamed from contrib/wix/dist.wxs to contrib/packaging/wix/dist.wxs
NO CONTENT: file renamed from contrib/wix/dist.wxs to contrib/packaging/wix/dist.wxs
1 NO CONTENT: file renamed from contrib/wix/doc.wxs to contrib/packaging/wix/doc.wxs
NO CONTENT: file renamed from contrib/wix/doc.wxs to contrib/packaging/wix/doc.wxs
1 NO CONTENT: file renamed from contrib/wix/guids.wxi to contrib/packaging/wix/guids.wxi
NO CONTENT: file renamed from contrib/wix/guids.wxi to contrib/packaging/wix/guids.wxi
1 NO CONTENT: file renamed from contrib/wix/help.wxs to contrib/packaging/wix/help.wxs
NO CONTENT: file renamed from contrib/wix/help.wxs to contrib/packaging/wix/help.wxs
1 NO CONTENT: file renamed from contrib/wix/i18n.wxs to contrib/packaging/wix/i18n.wxs
NO CONTENT: file renamed from contrib/wix/i18n.wxs to contrib/packaging/wix/i18n.wxs
1 NO CONTENT: file renamed from contrib/wix/locale.wxs to contrib/packaging/wix/locale.wxs
NO CONTENT: file renamed from contrib/wix/locale.wxs to contrib/packaging/wix/locale.wxs
@@ -69,7 +69,7 b''
69 KeyPath='yes'/>
69 KeyPath='yes'/>
70 </Component>
70 </Component>
71 <Component Id='COPYING' Guid='$(var.COPYING.guid)' Win64='$(var.IsX64)'>
71 <Component Id='COPYING' Guid='$(var.COPYING.guid)' Win64='$(var.IsX64)'>
72 <File Id='COPYING' Name='COPYING.rtf' Source='contrib\wix\COPYING.rtf'
72 <File Id='COPYING' Name='COPYING.rtf' Source='contrib\packaging\wix\COPYING.rtf'
73 KeyPath='yes'/>
73 KeyPath='yes'/>
74 </Component>
74 </Component>
75
75
@@ -144,7 +144,7 b''
144 <UIRef Id="WixUI_FeatureTree" />
144 <UIRef Id="WixUI_FeatureTree" />
145 <UIRef Id="WixUI_ErrorProgressText" />
145 <UIRef Id="WixUI_ErrorProgressText" />
146
146
147 <WixVariable Id="WixUILicenseRtf" Value="contrib\wix\COPYING.rtf" />
147 <WixVariable Id="WixUILicenseRtf" Value="contrib\packaging\wix\COPYING.rtf" />
148
148
149 <Icon Id="hgIcon.ico" SourceFile="contrib/win32/mercurial.ico" />
149 <Icon Id="hgIcon.ico" SourceFile="contrib/win32/mercurial.ico" />
150
150
1 NO CONTENT: file renamed from contrib/wix/templates.wxs to contrib/packaging/wix/templates.wxs
NO CONTENT: file renamed from contrib/wix/templates.wxs to contrib/packaging/wix/templates.wxs
@@ -196,7 +196,7 b' not found (this is intentionally using b'
196 >
196 >
197 > tracked = [f for f in hgdirectory(sys.argv[1])]
197 > tracked = [f for f in hgdirectory(sys.argv[1])]
198 >
198 >
199 > xml = ET.parse("%s/../contrib/wix/%s.wxs" % (testdir, sys.argv[1]))
199 > xml = ET.parse("%s/../contrib/packaging/wix/%s.wxs" % (testdir, sys.argv[1]))
200 > root = xml.getroot()
200 > root = xml.getroot()
201 > dir = root.find('.//{%(wix)s}DirectoryRef' % ns)
201 > dir = root.find('.//{%(wix)s}DirectoryRef' % ns)
202 >
202 >
General Comments 0
You need to be logged in to leave comments. Login now