dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System/Configuration ConfigXmlDocume


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/Configuration ConfigXmlDocument.cs,1.1,1.2 ConfigurationException.cs,1.1,1.2
Date: Sat, 01 Feb 2003 02:20:32 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/System/Configuration
In directory subversions:/tmp/cvs-serv569/System/Configuration

Modified Files:
        ConfigXmlDocument.cs ConfigurationException.cs 
Log Message:


Implement a two-phase build process for System.dll because of its circular
dependency on System.Xml.


Index: ConfigXmlDocument.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/ConfigXmlDocument.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ConfigXmlDocument.cs        1 Feb 2003 06:09:38 -0000       1.1
--- ConfigXmlDocument.cs        1 Feb 2003 07:20:30 -0000       1.2
***************
*** 64,67 ****
--- 64,71 ----
                                                }
                                        }
+                                       else
+                                       {
+                                               return 0;
+                                       }
                                }
                        }
***************
*** 190,194 ****
                                        }
                                }
!               public String LineNumber
                                {
                                        get
--- 194,198 ----
                                        }
                                }
!               public int LineNumber
                                {
                                        get
***************
*** 238,242 ****
                                        }
                                }
!               public String LineNumber
                                {
                                        get
--- 242,246 ----
                                        }
                                }
!               public int LineNumber
                                {
                                        get
***************
*** 285,289 ****
                                        }
                                }
!               public String LineNumber
                                {
                                        get
--- 289,293 ----
                                        }
                                }
!               public int LineNumber
                                {
                                        get
***************
*** 332,336 ****
                                        }
                                }
!               public String LineNumber
                                {
                                        get
--- 336,340 ----
                                        }
                                }
!               public int LineNumber
                                {
                                        get
***************
*** 380,384 ****
                                        }
                                }
!               public String LineNumber
                                {
                                        get
--- 384,388 ----
                                        }
                                }
!               public int LineNumber
                                {
                                        get
***************
*** 428,432 ****
                                        }
                                }
!               public String LineNumber
                                {
                                        get
--- 432,436 ----
                                        }
                                }
!               public int LineNumber
                                {
                                        get
***************
*** 476,480 ****
                                        }
                                }
!               public String LineNumber
                                {
                                        get
--- 480,484 ----
                                        }
                                }
!               public int LineNumber
                                {
                                        get

Index: ConfigurationException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/ConfigurationException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ConfigurationException.cs   1 Feb 2003 06:09:38 -0000       1.1
--- ConfigurationException.cs   1 Feb 2003 07:20:30 -0000       1.2
***************
*** 156,160 ****
                                if(cnode != null)
                                {
!                                       return cnode.FileName;
                                }
                                else
--- 156,160 ----
                                if(cnode != null)
                                {
!                                       return cnode.Filename;
                                }
                                else
***************
*** 165,169 ****
  
        // Get the line number from an XmlNode object.
!       public static int GetXmlLineNumber(XmlNode node)
                        {
                                IConfigXmlNode cnode = (node as IConfigXmlNode);
--- 165,169 ----
  
        // Get the line number from an XmlNode object.
!       public static int GetXmlNodeLineNumber(XmlNode node)
                        {
                                IConfigXmlNode cnode = (node as IConfigXmlNode);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]