Преглед изворни кода

2005-09-07 Chris Toshok <[email protected]>

	* System.Web.dll.sources: add MinimizableAttributeTypeConverter.

	* System.Web_test.dll.sources: add
	MinimizableAttributeTypeConverter test.


svn path=/trunk/mcs/; revision=49617
Chris Toshok пре 20 година
родитељ
комит
ef128e7f4e

+ 7 - 0
mcs/class/System.Web/ChangeLog

@@ -1,3 +1,10 @@
+2005-09-07  Chris Toshok  <[email protected]>
+
+	* System.Web.dll.sources: add MinimizableAttributeTypeConverter.
+
+	* System.Web_test.dll.sources: add
+	MinimizableAttributeTypeConverter test.
+
 2005-09-06  Chris Toshok  <[email protected]>
 
 	* System.Web.dll.sources: add HtmlLink.cs and HtmlMeta.cs

+ 1 - 0
mcs/class/System.Web/System.Web.dll.sources

@@ -434,6 +434,7 @@ System.Web.UI/LiteralControl.cs
 System.Web.UI/LosFormatter.cs
 System.Web.UI/MasterPage.cs
 System.Web.UI/MasterPageParser.cs
+System.Web.UI/MinimizableAttributeTypeConverter.cs
 System.Web.UI/NonVisualControlAttribute.cs
 System.Web.UI/ObjectConverter.cs
 System.Web.UI/ObjectStateFormatter.cs

+ 1 - 0
mcs/class/System.Web/System.Web_test.dll.sources

@@ -41,6 +41,7 @@ System.Web.UI.HtmlControls/HtmlTableRowTest.cs
 System.Web.UI.HtmlControls/HtmlTableTest.cs
 System.Web.UI.HtmlControls/HtmlTextAreaTest.cs
 System.Web.UI/HtmlTextWriterTest.cs
+System.Web.UI/MinimizableAttributeTypeConverterTest.cs
 System.Web.UI/PageTest.cs
 System.Web.UI/PropertyConverterTest.cs
 System.Web.UI/StateBagTest.cs