Add some TARGET_JVM specific code.
authorLeonid Freydovich <leonidf@mono-cvs.ximian.com>
Thu, 27 Mar 2008 15:44:08 +0000 (15:44 -0000)
committerLeonid Freydovich <leonidf@mono-cvs.ximian.com>
Thu, 27 Mar 2008 15:44:08 +0000 (15:44 -0000)
commit2f2417c33dcf6aa06e2547e6b58e238dc30ccc62
tree94aed4248110aca9e63a5a41f2ac01fd34c91220
parent37872c4a3799a3a00f079c81c4b1c9433955effc
Add some TARGET_JVM specific code.

svn path=/trunk/mcs/; revision=99132
mcs/class/System.Core/ChangeLog
mcs/class/System.Core/System.Core-2008.JavaEE.csproj [new file with mode: 0644]
mcs/class/System.Core/System.Linq.Expressions/LambdaExpression.cs
mcs/class/System.Core/System.Linq.jvm/ExpressionInterpreter.cs [new file with mode: 0644]
mcs/class/System.Core/System.Linq.jvm/ExpressionValidator.cs [new file with mode: 0644]
mcs/class/System.Core/System.Linq.jvm/Interpreter.cs [new file with mode: 0644]
mcs/class/System.Core/System.Linq.jvm/Math.cs [new file with mode: 0644]
mcs/class/System.Core/System.Linq/ChangeLog
mcs/class/System.Core/Test/System.Core.Tests-2008.JavaEE.csproj [new file with mode: 0644]