Revert "[bcl] Compile nunit-lite-console using -d:MONO so it doesn't print the list...
[mono.git] / mcs / tools / macpack / AssemblyInfo.cs
index 74c4377ae077ab95e96f47335b54d1e386913a5d..12841592a2bb84e5771a82e6440245774ca551aa 100644 (file)
@@ -1,6 +1,5 @@
 using System;
 using System.Reflection;
-using Mono.GetOptions;
 
 // Attributes visible in " --help"
 [assembly: AssemblyTitle ("macpack.exe")]
@@ -8,9 +7,3 @@ using Mono.GetOptions;
 [assembly: AssemblyDescription ("MacPack")]
 [assembly: AssemblyCopyright ("MIT/X11")]
 
-// This is text that goes after " [options]" in help output.
-[assembly: Mono.UsageComplement ("")]
-
-// Attributes visible in " -V"
-[assembly: Mono.About("MacPack will take a managed assembly and prepare it in a Mac OSX compliant bundle to be run with mono")]
-[assembly: Mono.Author ("kangaroo")]