Fix build.
authorPaolo Molaro <lupus@oddwiz.org>
Thu, 25 Jul 2002 11:06:50 +0000 (11:06 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Thu, 25 Jul 2002 11:06:50 +0000 (11:06 -0000)
svn path=/trunk/mcs/; revision=6166

mcs/class/System.Web/System.Web.build
mcs/class/System.XML/System.Xml.Serialization/CodeIdentifier.cs

index 942bc9a63135e1cfa14abb9b59c5313c63ac499c..646469ccf5e525b1cc14b7fbd3630e13abdbc115 100644 (file)
@@ -31,7 +31,6 @@
                                <!--<excludes name="System.Web.UI/**"/>-->
                                <!--<excludes name="System.Web.UI.HtmlControls/**"/>-->
                                <!--<excludes name="System.Web.UI.WebControls/**"/>-->
-                               <excludes name="System.Web/HttpCacheValidateHandler.cs"/>
                        </sources>
                </csc>
        </target>
index b7fecf5af2b7b9ec7cb98edfcad5d6a7904ac36a..94a532b402b00867499502bdaf16e98908c291ad 100644 (file)
@@ -35,7 +35,7 @@ namespace System.Xml.Serialization {
                        if (identifier.Length == 0)
                                return identifier;
 
-                       string output;
+                       string output = "";
 
                        if (Char.IsNumber (identifier[0]))
                                output = "Item";