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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2005-02-02 19:26:13 +0300
committerLluis Sanchez <lluis@novell.com>2005-02-02 19:26:13 +0300
commit8b9597e2dcb8aba0ff41517f54a9a2719b241bc1 (patch)
tree233a58b919ef5360baf59a9d02ed1018716a638c /mcs
parent150d25d1b5e53c6513a33fcd9a9befa5ae51da11 (diff)
2005-02-02 Lluis Sanchez Gual <lluis@novell.com>
* System.Web.dll.sources: Added some files to the build: System.Web.UI.WebControls/CompositeControl.cs System.Web.UI.WebControls/ControlPropertyNameConverter.cs svn path=/trunk/mcs/; revision=39996
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Web/ChangeLog6
-rwxr-xr-xmcs/class/System.Web/System.Web.dll.sources2
2 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Web/ChangeLog b/mcs/class/System.Web/ChangeLog
index 5484713e8cf..002a274eee8 100644
--- a/mcs/class/System.Web/ChangeLog
+++ b/mcs/class/System.Web/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-02 Lluis Sanchez Gual <lluis@novell.com>
+
+ * System.Web.dll.sources: Added some files to the build:
+ System.Web.UI.WebControls/CompositeControl.cs
+ System.Web.UI.WebControls/ControlPropertyNameConverter.cs
+
2005-01-28 Lluis Sanchez Gual <lluis@novell.com>
* System.Web.dll.sources: Added new files:
diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources
index 6a25f9c02be..dc0590e01f2 100755
--- a/mcs/class/System.Web/System.Web.dll.sources
+++ b/mcs/class/System.Web/System.Web.dll.sources
@@ -269,8 +269,10 @@ System.Web.UI.WebControls/ControlIDConverter.cs
System.Web.UI.WebControls/CommandEventArgs.cs
System.Web.UI.WebControls/CommandEventHandler.cs
System.Web.UI.WebControls/CompareValidator.cs
+System.Web.UI.WebControls/CompositeControl.cs
System.Web.UI.WebControls/ContentDirection.cs
System.Web.UI.WebControls/ControlParameter.cs
+System.Web.UI.WebControls/ControlPropertyNameConverter.cs
System.Web.UI.WebControls/CookieParameter.cs
System.Web.UI.WebControls/CreateUserErrorEventArgs.cs
System.Web.UI.WebControls/CreateUserErrorEventHandler.cs