[BACK]Return to _share.wxs CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows

Annotation of OpenXM_contrib2/windows/_share.wxs, Revision 1.4

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>
1.4     ! ohara      16:             <Directory Id="SHARE_skel" Name="skel">
        !            17:                 <Component Id="cmpD6B4979BBE14FC8B875C021D34B85A9E" Guid="18D60904-25A2-4EF0-8CE1-765C7AA67AD9">
        !            18:                     <File Id="filF4D6C5A73D517DE753C8ABD4EF424D23" KeyPath="yes" Source="$(var.shareDir)\skel\.asirrc" />
        !            19:                 </Component>
        !            20:             </Directory>
1.2       ohara      21:         </DirectoryRef>
                     22:     </Fragment>
                     23:     <Fragment>
                     24:         <ComponentGroup Id="ShareGrp">
1.3       ohara      25:             <ComponentRef Id="cmpD6B4979BBE14FC8B875C021D34B85A9E" />
1.2       ohara      26:             <ComponentRef Id="cmpB935FB433F94DF4A43975DF5F86610D1" />
                     27:             <ComponentRef Id="cmp31F5E351526E95C98D9EF596CC66C44A" />
                     28:             <ComponentRef Id="cmp41BF5374DD763399B8D4DC4A95664132" />
                     29:         </ComponentGroup>
                     30:     </Fragment>
1.4     ! ohara      31: </Wix>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>