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:
authorTodd Berman <tberman@mono-cvs.ximian.com>2003-11-18 19:57:04 +0300
committerTodd Berman <tberman@mono-cvs.ximian.com>2003-11-18 19:57:04 +0300
commit0a988906751758fccb365f4a67a8fb56044588e3 (patch)
tree5396bc7a5ad67b1904a7e8565b2ec19c51fb42bf /mcs
parent7e9e390ccff3997e9508d2b3dbf9d63a6c946255 (diff)
2003-11-18 Todd Berman <tberman@gentoo.org>
* System.Web.dll.sources: Add ParameterCollection.cs svn path=/trunk/mcs/; revision=20178
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Web/ChangeLog4
-rwxr-xr-xmcs/class/System.Web/System.Web.dll.sources1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Web/ChangeLog b/mcs/class/System.Web/ChangeLog
index df64a35b30b..33c0d884a9b 100644
--- a/mcs/class/System.Web/ChangeLog
+++ b/mcs/class/System.Web/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-18 Todd Berman <tberman@gentoo.org>
+
+ * System.Web.dll.sources: Add ParameterCollection.cs
+
2003-11-13 Jackson Harper <jackson@ximian.com>
* System.web.dll.sources: Add System.Web.Util.TimeUtil.cs to the
diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources
index 1452db973eb..477a7d93487 100755
--- a/mcs/class/System.Web/System.Web.dll.sources
+++ b/mcs/class/System.Web/System.Web.dll.sources
@@ -469,6 +469,7 @@ System.Web.UI.WebControls/ControlParameter.cs
System.Web.UI.WebControls/CookieParameter.cs
System.Web.UI.WebControls/FormParameter.cs
System.Web.UI.WebControls/Parameter.cs
+System.Web.UI.WebControls/ParameterCollection.cs
System.Web.UI.WebControls/QueryStringParameter.cs
System.Web.UI.WebControls/SessionParameter.cs
System.Web.UI/StateManagedCollection.cs