Browse Source

Added Apache license for IronRuby to installer.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6210 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Matt Ward 15 years ago
parent
commit
1736bf0ccc
  1. 4
      src/AddIns/BackendBindings/Ruby/RubyBinding/Project/RubyBinding.csproj
  2. 3
      src/Setup/Files.wxs
  3. 1
      src/Setup/Setup.wxs

4
src/AddIns/BackendBindings/Ruby/RubyBinding/Project/RubyBinding.csproj

@ -143,6 +143,10 @@ @@ -143,6 +143,10 @@
<Link>ir.exe.config</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\..\IronRuby\LICENSE.APACHE.html">
<Link>LICENSE.APACHE.html</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="RubyBinding.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>

3
src/Setup/Files.wxs

@ -1068,6 +1068,9 @@ @@ -1068,6 +1068,9 @@
<Component Guid="2B7F1625-2BAA-4A55-B186-75F7ADCF3BA8" Id="IronRubyLibrariesDll" DiskId="1">
<File Source="..\..\AddIns\AddIns\BackendBindings\RubyBinding\IronRuby.Libraries.dll" Name="IronRuby.Libraries.dll" Id="IronRuby.Libraries.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="IronRuby.Libraries.dll" AssemblyManifest="IronRuby.Libraries.dll" />
</Component>
<Component Guid="626C0C34-EF24-443F-8A0E-6CBF0047A50A" Id="IronRubyLicenseApacheHtml" DiskId="1">
<File Source="..\..\AddIns\AddIns\BackendBindings\RubyBinding\LICENSE.APACHE.html" Name="LICENSE.APACHE.html" Id="IronRuby.License.Apache.html" KeyPath="yes" />
</Component>
<Component Guid="09FCB2E9-FA7E-40B2-8FCF-182C7DF2F5EC" Id="RubyMicrosoftDynamicDll" DiskId="1">
<File Source="..\..\AddIns\AddIns\BackendBindings\RubyBinding\Microsoft.Dynamic.dll" Name="Microsoft.Dynamic.dll" Id="RubyBinding.Microsoft.Dynamic.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="RubyBinding.Microsoft.Dynamic.dll" AssemblyManifest="RubyBinding.Microsoft.Dynamic.dll" />
</Component>

1
src/Setup/Setup.wxs

@ -411,6 +411,7 @@ @@ -411,6 +411,7 @@
<ComponentRef Id="IrExeConfig"/>
<ComponentRef Id="IronRubyDll"/>
<ComponentRef Id="IronRubyLibrariesDll"/>
<ComponentRef Id="IronRubyLicenseApacheHtml"/>
<ComponentRef Id="RubyBindingAddin"/>
<ComponentRef Id="RubyBindingDll"/>
<ComponentRef Id="RubyMicrosoftDynamicDll"/>

Loading…
Cancel
Save