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

Diff for /OpenXM_contrib2/windows/_share.wxs between version 1.3 and 1.4

version 1.3, 2014/05/27 21:17:06 version 1.4, 2014/05/28 08:00:45
Line 2 
Line 2 
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">  <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
     <Fragment>      <Fragment>
         <DirectoryRef Id="SHARE">          <DirectoryRef Id="SHARE">
             <Component Id="cmpD6B4979BBE14FC8B875C021D34B85A9E" Guid="18D60904-25A2-4EF0-8CE1-765C7AA67AD9">  
                 <File Id="filF4D6C5A73D517DE753C8ABD4EF424D23" KeyPath="yes" Source="$(var.shareDir)\.asirrc" />  
             </Component>  
             <Directory Id="dirA1FF46CE821C4C46DD22473D0C14B3C3" Name="editor">              <Directory Id="dirA1FF46CE821C4C46DD22473D0C14B3C3" Name="editor">
                 <Component Id="cmpB935FB433F94DF4A43975DF5F86610D1" Guid="817DC4B3-3410-4EEB-B3B6-11C179A90C8E">                  <Component Id="cmpB935FB433F94DF4A43975DF5F86610D1" Guid="817DC4B3-3410-4EEB-B3B6-11C179A90C8E">
                     <File Id="fil3B41818B515197505B9FD9BAFF77F794" KeyPath="yes" Source="$(var.shareDir)\editor\asir-mode.el" />                      <File Id="fil3B41818B515197505B9FD9BAFF77F794" KeyPath="yes" Source="$(var.shareDir)\editor\asir-mode.el" />
Line 14 
Line 11 
                 </Component>                  </Component>
                 <Component Id="cmp41BF5374DD763399B8D4DC4A95664132" Guid="CC35ABDF-9683-462D-B2AF-66765030721A">                  <Component Id="cmp41BF5374DD763399B8D4DC4A95664132" Guid="CC35ABDF-9683-462D-B2AF-66765030721A">
                     <File Id="filBB16005BB1D14239C2A81BE18AA1AD39" KeyPath="yes" Source="$(var.shareDir)\editor\install-ja-sjis.txt" />                      <File Id="filBB16005BB1D14239C2A81BE18AA1AD39" KeyPath="yes" Source="$(var.shareDir)\editor\install-ja-sjis.txt" />
                   </Component>
               </Directory>
               <Directory Id="SHARE_skel" Name="skel">
                   <Component Id="cmpD6B4979BBE14FC8B875C021D34B85A9E" Guid="18D60904-25A2-4EF0-8CE1-765C7AA67AD9">
                       <File Id="filF4D6C5A73D517DE753C8ABD4EF424D23" KeyPath="yes" Source="$(var.shareDir)\skel\.asirrc" />
                 </Component>                  </Component>
             </Directory>              </Directory>
         </DirectoryRef>          </DirectoryRef>
Line 26 
Line 28 
             <ComponentRef Id="cmp41BF5374DD763399B8D4DC4A95664132" />              <ComponentRef Id="cmp41BF5374DD763399B8D4DC4A95664132" />
         </ComponentGroup>          </ComponentGroup>
     </Fragment>      </Fragment>
 </Wix>  
   
   </Wix>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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