[Monodevelop-patches-list] r2204 - trunk/MonoDevelop/Core/src/MonoDevelop.Core

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Mon Jan 31 14:36:03 EST 2005


Author: lluis
Date: 2005-01-31 14:36:03 -0500 (Mon, 31 Jan 2005)
New Revision: 2204

Modified:
   trunk/MonoDevelop/Core/src/MonoDevelop.Core/AddIn.xsd
   trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog
Log:
2005-01-31  Lluis Sanchez Gual  <lluis at novell.com>

	* AddIn.xsd: Defined new codon for project formats.



Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Core/AddIn.xsd
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Core/AddIn.xsd	2005-01-31 19:35:45 UTC (rev 2203)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Core/AddIn.xsd	2005-01-31 19:36:03 UTC (rev 2204)
@@ -36,6 +36,7 @@
 			<xs:element ref="DialogPanel"/>
 			<xs:element ref="LanguageBinding"/>
 			<xs:element ref="ProjectBinding"/>
+			<xs:element ref="FileFormat"/>
 			<xs:element ref="Class"/>
 			<xs:element ref="MenuItem"/>
 			<xs:element ref="FileTemplate"/>
@@ -82,6 +83,7 @@
 					<xs:element ref="DisplayBinding"/>
 					<xs:element ref="LanguageBinding"/>
 					<xs:element ref="ProjectBinding"/>
+					<xs:element ref="FileFormat"/>
 					<xs:element ref="MenuItem"/>
 					<xs:element ref="ToolbarItem"/>
 				</xs:choice>
@@ -199,6 +201,12 @@
 		</xs:complexContent>
 	</xs:complexType>
 	<xs:element name="ProjectBinding" type="ProjectBinding"/>
+	<xs:complexType name="FileFormat">
+		<xs:complexContent>
+			<xs:extension base="AbstractCodon" />
+		</xs:complexContent>
+	</xs:complexType>
+	<xs:element name="FileFormat" type="FileFormat"/>
 	<xs:complexType name="MenuItem">
 		<xs:complexContent>
 			<xs:extension base="AbstractCodon">

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog	2005-01-31 19:35:45 UTC (rev 2203)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog	2005-01-31 19:36:03 UTC (rev 2204)
@@ -1,3 +1,7 @@
+2005-01-31  Lluis Sanchez Gual  <lluis at novell.com>
+
+	* AddIn.xsd: Defined new codon for project formats.
+
 2005-01-24  Lluis Sanchez Gual  <lluis at novell.com>
 
 	* AddIns/AddIn.cs: Use IsDefined() to look for custom attributes. It's




More information about the Monodevelop-patches-list mailing list