New test.
[mono.git] / mcs / nunit20 / util / AssemblyInfo.cs
index d8a58a02f58501aa3695edfc5504343e22a82fb4..1a2c1e460458a1a2bad23fe4200fe2b418303589 100644 (file)
@@ -55,6 +55,7 @@ using System.Runtime.CompilerServices;
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
+
 [assembly: AssemblyVersion("2.2.0.0")]
 
 //
@@ -82,5 +83,9 @@ using System.Runtime.CompilerServices;
 //   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
 //       documentation for more information on this.
 //
-[assembly: AssemblyKeyFile("..\\..\\..\\nunit.key")]
+#if TARGET_JVM
+[assembly: AssemblyDelaySign(false)]
+#else
+[assembly: AssemblyKeyFile("../../../nunit.key")]
 [assembly: AssemblyKeyName("")]
+#endif