[longomatch] Use an assembly file for assebmly attributes



commit 3c1c8576e19378f3e90655e05577488df3e0c55a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Dec 16 02:47:52 2011 +0100

    Use an assembly file for assebmly attributes

 LongoMatch.Addins.COE/Assembly.cs         |   23 +++++++++++++++++++++++
 LongoMatch.Addins.COE/GameUnitsEnabler.cs |    2 --
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Addins.COE/Assembly.cs b/LongoMatch.Addins.COE/Assembly.cs
new file mode 100644
index 0000000..c9474e2
--- /dev/null
+++ b/LongoMatch.Addins.COE/Assembly.cs
@@ -0,0 +1,23 @@
+// 
+//  Copyright (C) 2011 Andoni Morales Alastruey
+// 
+//  This program is free software; you can redistribute it and/or modify
+//  it under the terms of the GNU General Public License as published by
+//  the Free Software Foundation; either version 2 of the License, or
+//  (at your option) any later version.
+// 
+//  This program is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//  GNU General Public License for more details.
+//  
+//  You should have received a copy of the GNU General Public License
+//  along with this program; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+// 
+using System;
+using Mono.Addins;
+
+[assembly:Addin]
+[assembly:AddinDependency ("LongoMatch", "1.0")]
+
diff --git a/LongoMatch.Addins.COE/GameUnitsEnabler.cs b/LongoMatch.Addins.COE/GameUnitsEnabler.cs
index 767f9f8..4a1077c 100644
--- a/LongoMatch.Addins.COE/GameUnitsEnabler.cs
+++ b/LongoMatch.Addins.COE/GameUnitsEnabler.cs
@@ -21,8 +21,6 @@ using Mono.Addins;
 using LongoMatch;
 using LongoMatch.Addins.ExtensionPoints;
 
-[assembly:Addin]
-[assembly:AddinDependency ("LongoMatch", "1.0")]
 
 [Extension]
 public class GameUnitsEnabler: IConfigModifier



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]