Skip to content

Commit

Permalink
[Java.Interop] Fix Java.Interop.csproj and %-encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpryor committed Oct 29, 2015
1 parent c8d3e08 commit 652dcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Java.Interop/Java.Interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<Exec Command="$(Runtime) &quot;$(JNIEnvGenPath)\jnienv-gen.exe&quot; Java.Interop\JniEnvironment.g.cs $(OutputPath)\jni.c" />
</Target>
<ItemGroup>
<JavaInteropJar Include="%24%28OutputPath%29java-interop.jar" />
<JavaInteropJar Include="$(OutputPath)java-interop.jar" />
</ItemGroup>
<Target Name="BuildInteropJar" Inputs="@(CompileJavaInteropJar)" Outputs="@(JavaInteropJar)">
<MakeDir Directories="$(OutputPath)ji-classes" />
Expand Down

0 comments on commit 652dcda

Please sign in to comment.