[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.2 and 1.3

version 1.2, 2013/11/16 16:47:02 version 1.3, 2014/05/27 21:17:06
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 17 
Line 20 
     </Fragment>      </Fragment>
     <Fragment>      <Fragment>
         <ComponentGroup Id="ShareGrp">          <ComponentGroup Id="ShareGrp">
               <ComponentRef Id="cmpD6B4979BBE14FC8B875C021D34B85A9E" />
             <ComponentRef Id="cmpB935FB433F94DF4A43975DF5F86610D1" />              <ComponentRef Id="cmpB935FB433F94DF4A43975DF5F86610D1" />
             <ComponentRef Id="cmp31F5E351526E95C98D9EF596CC66C44A" />              <ComponentRef Id="cmp31F5E351526E95C98D9EF596CC66C44A" />
             <ComponentRef Id="cmp41BF5374DD763399B8D4DC4A95664132" />              <ComponentRef Id="cmp41BF5374DD763399B8D4DC4A95664132" />

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

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