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>2009-10-13 16:41:30 +0400
committerLluis Sanchez <lluis@novell.com>2009-10-13 16:41:30 +0400
commit73c69d3fc1d6dfc9b7c653e9a5547239cbdd9633 (patch)
treeedad795bfd9f3685a257e39741b90217adcbf185 /main/src/addins/ILAsmBinding
parenta7f692a9fa4711aea2297204a6183b38660a54a5 (diff)
* ILAsmConsoleProject.xpt.xml: Track language binding id change.
svn path=/trunk/monodevelop/; revision=144009
Diffstat (limited to 'main/src/addins/ILAsmBinding')
-rw-r--r--main/src/addins/ILAsmBinding/ChangeLog5
-rw-r--r--main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml6
2 files changed, 8 insertions, 3 deletions
diff --git a/main/src/addins/ILAsmBinding/ChangeLog b/main/src/addins/ILAsmBinding/ChangeLog
index 1c95304d07..da2d8dd0a6 100644
--- a/main/src/addins/ILAsmBinding/ChangeLog
+++ b/main/src/addins/ILAsmBinding/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-13 Lluis Sanchez Gual <lluis@novell.com>
+
+ * ILAsmConsoleProject.xpt.xml: Track language binding id
+ change.
+
2009-10-07 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
diff --git a/main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml b/main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml
index 8f1f7ba0a6..97dc5eb488 100644
--- a/main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml
+++ b/main/src/addins/ILAsmBinding/ILAsmConsoleProject.xpt.xml
@@ -6,10 +6,10 @@
<!-- Template Header -->
<TemplateConfiguration>
<_Name>Console Project</_Name>
- <_Category>ILAsm</_Category>
+ <_Category>IL</_Category>
<Icon>md-project</Icon>
- <LanguageName>ILAsm</LanguageName>
- <_Description>ILAsm Console Project</_Description>
+ <LanguageName>IL</LanguageName>
+ <_Description>IL Console Project</_Description>
</TemplateConfiguration>
<!-- Actions -->