Changes approved via private email from Marek Habersack <mhabersack@novell.com> on...
authorDean Brettle <deanb@mono-cvs.ximian.com>
Fri, 12 Dec 2008 00:52:06 +0000 (00:52 -0000)
committerDean Brettle <deanb@mono-cvs.ximian.com>
Fri, 12 Dec 2008 00:52:06 +0000 (00:52 -0000)
commit67a9b038c52a93f4800d659b0a40293ae2014ac3
treea3945818dc19bd9e6ff3f2d9a3cdc6a7c8e335b2
parentdc330f3d57eb21109243f16df6ba7001a68bb963
Changes approved via private email from Marek Habersack <mhabersack@novell.com> on 2008-10-05.

In System.Web.Configuration_2.0:
2008-12-11  Owen Brady <Ocean@owenbrady.net>
* nBrowser/File.cs, nBrowser/Identification.cs, nBrowser/Node.cs, nBrowser/NodeTypes.cs,
nBrowser/Result.cs, nBrowser/Build.cs, nBrowser/Exception.cs, CapabilitiesBuild.cs,
CapabilitiesResult.cs: Updated Copyright information to include updated contact information.

* nBrowser/Build.cs: Removed LoadDefaultEmbeddedResource function, the embeded resource
it is referring too was never included in Mono. And was designed for a free standing
browser identification libary.

* nBrowser/Exception.cs: Removed Compile Attributes and related comments which were left
in from the original free standing browser libary.

* CapabilitiesBuild.cs: Removed Header Checksum related coding since it is not required
for the Mono implementation.

* CapabilitiesResult.cs: Updated Copyright information to include updated contact information.
Removed functions which were designed to make use of features of a embeded browser file which
is not present in Mono.

* CapabilitiesChecksum.cs, RandomRoboBotKeywords.txt: Deleted

In .:
2008-12-11  Dean Brettle  <dean@brettle.com>

* System.Web.dll.sources: deleted
System.Web.Configuration_2.0/CapabilitiesChecksum.cs

* Makefile (RESOURCE_FILES_2): deleted
System.Web.Configuration_2.0/RandomRoboBotKeywords.txt

svn path=/branches/mono-2-2/mcs/; revision=121384
15 files changed:
mcs/class/System.Web/ChangeLog
mcs/class/System.Web/Makefile
mcs/class/System.Web/System.Web.Configuration_2.0/CapabilitiesBuild.cs
mcs/class/System.Web/System.Web.Configuration_2.0/CapabilitiesChecksum.cs [deleted file]
mcs/class/System.Web/System.Web.Configuration_2.0/CapabilitiesResult.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ChangeLog
mcs/class/System.Web/System.Web.Configuration_2.0/RandomRoboBotKeywords.txt [deleted file]
mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/Build.cs
mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/Exception.cs
mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/File.cs
mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/Identification.cs
mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/Node.cs
mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/NodeTypes.cs
mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/Result.cs
mcs/class/System.Web/System.Web.dll.sources