Browse Source

Added Apache license for IronRuby to installer.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@6209 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Matt Ward 15 years ago
parent
commit
5298204f29
  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

@ -121,6 +121,10 @@ @@ -121,6 +121,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

@ -1178,6 +1178,9 @@ @@ -1178,6 +1178,9 @@
<File Source="..\..\AddIns\AddIns\BackendBindings\RubyBinding\Templates\LibraryProject.xpt" Name="LibraryProject.xpt" Id="LibraryProject.xpt" KeyPath="yes" />
</Component>
</Directory>
<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>
</Directory>
</Directory>
<Directory Id="DisplayBindingsFolder" Name="DisplayBindings">

1
src/Setup/Setup.wxs

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

Loading…
Cancel
Save