Annotation of OpenXM_contrib2/windows/_share.wxs, Revision 1.2
1.2 ! ohara 1: <?xml version="1.0" encoding="utf-8"?>
! 2: <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
! 3: <Fragment>
! 4: <DirectoryRef Id="SHARE">
! 5: <Directory Id="dirA1FF46CE821C4C46DD22473D0C14B3C3" Name="editor">
! 6: <Component Id="cmpB935FB433F94DF4A43975DF5F86610D1" Guid="817DC4B3-3410-4EEB-B3B6-11C179A90C8E">
! 7: <File Id="fil3B41818B515197505B9FD9BAFF77F794" KeyPath="yes" Source="$(var.shareDir)\editor\asir-mode.el" />
! 8: </Component>
! 9: <Component Id="cmp31F5E351526E95C98D9EF596CC66C44A" Guid="08948E45-F51A-47A0-A296-E88FB78A69BD">
! 10: <File Id="fil436563C563F24657A94405616C5EA938" KeyPath="yes" Source="$(var.shareDir)\editor\asirgui.mac" />
! 11: </Component>
! 12: <Component Id="cmp41BF5374DD763399B8D4DC4A95664132" Guid="CC35ABDF-9683-462D-B2AF-66765030721A">
! 13: <File Id="filBB16005BB1D14239C2A81BE18AA1AD39" KeyPath="yes" Source="$(var.shareDir)\editor\install-ja-sjis.txt" />
! 14: </Component>
! 15: </Directory>
! 16: </DirectoryRef>
! 17: </Fragment>
! 18: <Fragment>
! 19: <ComponentGroup Id="ShareGrp">
! 20: <ComponentRef Id="cmpB935FB433F94DF4A43975DF5F86610D1" />
! 21: <ComponentRef Id="cmp31F5E351526E95C98D9EF596CC66C44A" />
! 22: <ComponentRef Id="cmp41BF5374DD763399B8D4DC4A95664132" />
! 23: </ComponentGroup>
! 24: </Fragment>
1.1 ohara 25: </Wix>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>