Skip to content

Commit

Permalink
Merge branch 'develop' into lbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jun 9, 2024
2 parents 31d78cb + 9415a9c commit 4015ef9
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 4,562 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<ImageRuntimeIdentifier>linux-arm</ImageRuntimeIdentifier>
</PropertyGroup>

<ItemGroup>
<Folder Include="ikvm\any\lib\" />
</ItemGroup>

<Import Sdk="Microsoft.Build.NoTargets" Project="Sdk.targets" />
<Import Project="$(MSBuildThisFileDirectory)..\IKVM.Image\IKVM.Image.runtime.targets" />
</Project>
Expand Down
911 changes: 0 additions & 911 deletions src/IKVM.Image.runtime.linux-arm/ikvm/any/lib/security/java.security

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<SupportedImageTargetFrameworks>net6.0;net8.0</SupportedImageTargetFrameworks>
</PropertyGroup>

<ItemGroup>
<Folder Include="ikvm\any\lib\" />
</ItemGroup>

<Import Sdk="Microsoft.Build.NoTargets" Project="Sdk.targets" />
<Import Project="$(MSBuildThisFileDirectory)..\IKVM.Image\IKVM.Image.runtime.targets" />
</Project>
Expand Down
Loading

0 comments on commit 4015ef9

Please sign in to comment.