Author: lluis
Date: 2007-07-05 15:04:26 -0400 (Thu, 05 Jul 2007)
New Revision: 81424

Modified:
   trunk/monodevelop/Core/src/MonoDevelop.Core/ChangeLog
   
trunk/monodevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core.Execution/AddinDependencyAttribute.cs
Log:
* MonoDevelop.Core.Execution/AddinDependencyAttribute.cs: Set the
  correct namespace.

Modified: trunk/monodevelop/Core/src/MonoDevelop.Core/ChangeLog
===================================================================
--- trunk/monodevelop/Core/src/MonoDevelop.Core/ChangeLog       2007-07-05 
18:57:11 UTC (rev 81423)
+++ trunk/monodevelop/Core/src/MonoDevelop.Core/ChangeLog       2007-07-05 
19:04:26 UTC (rev 81424)
@@ -1,3 +1,8 @@
+2007-07-05  Lluis Sanchez Gual <[EMAIL PROTECTED]> 
+
+       * MonoDevelop.Core.Execution/AddinDependencyAttribute.cs: Set the
+         correct namespace.
+
 2007-07-05  Mike Krüger <[EMAIL PROTECTED]> 
 
        * MonoDevelop.Core.Properties/CharacterEncodings.cs,

Modified: 
trunk/monodevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core.Execution/AddinDependencyAttribute.cs
===================================================================
--- 
trunk/monodevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core.Execution/AddinDependencyAttribute.cs
  2007-07-05 18:57:11 UTC (rev 81423)
+++ 
trunk/monodevelop/Core/src/MonoDevelop.Core/MonoDevelop.Core.Execution/AddinDependencyAttribute.cs
  2007-07-05 19:04:26 UTC (rev 81424)
@@ -28,7 +28,7 @@
 
 using System;
        
-namespace MonoDevelop.Core
+namespace MonoDevelop.Core.Execution
 {
        [AttributeUsage (AttributeTargets.Class, AllowMultiple = true)]
        public class AddinDependencyAttribute: Attribute

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to