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

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Thu Jan 13 19:29:55 EST 2005


Author: lluis
Date: 2005-01-13 19:29:55 -0500 (Thu, 13 Jan 2005)
New Revision: 2133

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

	* AddIn.xsd: Added new codon type, and new condition.



Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Core/AddIn.xsd
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Core/AddIn.xsd	2005-01-14 00:29:19 UTC (rev 2132)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Core/AddIn.xsd	2005-01-14 00:29:55 UTC (rev 2133)
@@ -35,6 +35,7 @@
 			<xs:element ref="EditAction"/>
 			<xs:element ref="DialogPanel"/>
 			<xs:element ref="LanguageBinding"/>
+			<xs:element ref="ProjectBinding"/>
 			<xs:element ref="Class"/>
 			<xs:element ref="MenuItem"/>
 			<xs:element ref="FileTemplate"/>
@@ -49,6 +50,7 @@
 		<xs:attribute name="openwindow" type="xs:string" use="optional"/>
 		<xs:attribute name="iscombineopen" type="xs:string" use="optional"/>
 		<xs:attribute name="activeproject" type="xs:string" use="optional"/>
+		<xs:attribute name="activelanguage" type="xs:string" use="optional"/>
 		<xs:attribute name="openproject" type="xs:string" use="optional"/>
 		<xs:attribute name="textcontent" type="xs:string" use="optional"/>
 		<xs:attribute name="ownerstate" type="xs:string" use="optional"/>
@@ -79,6 +81,7 @@
 					<xs:element ref="DialogPanel"/>
 					<xs:element ref="DisplayBinding"/>
 					<xs:element ref="LanguageBinding"/>
+					<xs:element ref="ProjectBinding"/>
 					<xs:element ref="MenuItem"/>
 					<xs:element ref="ToolbarItem"/>
 				</xs:choice>
@@ -190,6 +193,12 @@
 		</xs:complexContent>
 	</xs:complexType>
 	<xs:element name="LanguageBinding" type="LanguageBinding"/>
+	<xs:complexType name="ProjectBinding">
+		<xs:complexContent>
+			<xs:extension base="AbstractCodon" />
+		</xs:complexContent>
+	</xs:complexType>
+	<xs:element name="ProjectBinding" type="ProjectBinding"/>
 	<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-14 00:29:19 UTC (rev 2132)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog	2005-01-14 00:29:55 UTC (rev 2133)
@@ -1,3 +1,7 @@
+2005-01-11  Lluis Sanchez Gual  <lluis at novell.com>
+
+	* AddIn.xsd: Added new codon type, and new condition.
+
 2004-08-07  Todd Berman  <tberman at off.net>
 
 	* AssemblyInfo.cs.in: Use new ASSEMBLY_VERSION variable.




More information about the Monodevelop-patches-list mailing list