2006-05-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / nunit20 / core / AssemblyInfo.cs
old mode 100755 (executable)
new mode 100644 (file)
index 0e52410..f87088a
@@ -2,7 +2,9 @@ using System;
 using System.Reflection;
 using System.Runtime.CompilerServices;
 
+#if !TARGET_JVM
 [assembly: CLSCompliant(true)]
+#endif
 //
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
@@ -30,6 +32,7 @@ using System.Runtime.CompilerServices;
 
 [assembly: AssemblyVersion("2.2.0.0")]
 
+
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 
 // Microsoft .NET Framework documentation for more information on assembly signing.
@@ -58,6 +61,6 @@ using System.Runtime.CompilerServices;
 #if !StronglyNamedAssembly
 [assembly: AssemblyDelaySign(false)]
 #else
-[assembly: AssemblyKeyFile("..\\..\\..\\nunit.key")]
+[assembly: AssemblyKeyFile("../../../nunit.key")]
 [assembly: AssemblyKeyName("")]
 #endif