Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2005-10-11 19:20:38 +0400
committerLluis Sanchez <lluis@novell.com>2005-10-11 19:20:38 +0400
commitad6ffbff2fceeff6fc782e655c2553dc6942c5a8 (patch)
tree67f8279c0f07379bb72682eba0e9c6a6edb627d2 /Extras/ILAsmBinding
parentbe8e39f962248b9e93575444d1f0218ce30b1a95 (diff)
2005-10-11 Lluis Sanchez Gual <lluis@novell.com>
* ILAsmBinding.addin.xml: Fixed addin header information. Use "id" attribuet instead of "name" to identify addins. svn path=/trunk/monodevelop/; revision=51589
Diffstat (limited to 'Extras/ILAsmBinding')
-rw-r--r--Extras/ILAsmBinding/ChangeLog5
-rw-r--r--Extras/ILAsmBinding/ILAsmBinding.addin.xml5
2 files changed, 8 insertions, 2 deletions
diff --git a/Extras/ILAsmBinding/ChangeLog b/Extras/ILAsmBinding/ChangeLog
index 80a0dfee41..946b481b7d 100644
--- a/Extras/ILAsmBinding/ChangeLog
+++ b/Extras/ILAsmBinding/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-11 Lluis Sanchez Gual <lluis@novell.com>
+
+ * ILAsmBinding.addin.xml: Fixed addin header information.
+ Use "id" attribuet instead of "name" to identify addins.
+
2005-10-06 John Luke <john.luke@gmail.com>
* ILAsmCompilerManager.cs: remove unused fileUtilityService
diff --git a/Extras/ILAsmBinding/ILAsmBinding.addin.xml b/Extras/ILAsmBinding/ILAsmBinding.addin.xml
index 968e1b1f45..f94b6abe16 100644
--- a/Extras/ILAsmBinding/ILAsmBinding.addin.xml
+++ b/Extras/ILAsmBinding/ILAsmBinding.addin.xml
@@ -1,4 +1,5 @@
-<AddIn name = "ILAsm Language Binding"
+<AddIn id = "MonoDevelop.ILAsmBinding"
+ name = "ILAsm Language Binding"
author = "Todd Berman"
copyright = "GPL"
url = "http://www.monodevelop.com"
@@ -11,7 +12,7 @@
</Runtime>
<Dependencies>
- <AddIn name="MonoDevelop.Ide" version="0.9.0"/>
+ <AddIn id="MonoDevelop.Ide" version="0.9.0"/>
</Dependencies>
<Extension path = "/MonoDevelop/ProjectTemplates">