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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-07-29 08:50:15 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-29 08:50:15 +0400
commit31df0b838fbe214131b20cbc80fb8d3af7d72f89 (patch)
treed64d01f79ad3ea3c20c094a8956b2e3696b417a4
parent5a8d2bbd2cba088b480a90b57791e56168529a10 (diff)
CVS doc update + Maintainers update
svn path=/trunk/mono/; revision=339
-rw-r--r--doc/cvs2
-rwxr-xr-xstatus/class.xml48
-rwxr-xr-xstatus/maintainers.xml1
-rw-r--r--web/cvs2
4 files changed, 50 insertions, 3 deletions
diff --git a/doc/cvs b/doc/cvs
index cbd57f6f018..7d585c938bb 100644
--- a/doc/cvs
+++ b/doc/cvs
@@ -20,7 +20,7 @@
<pre>
export CVS_RSH=ssh
- export CVS_ROOT=:username@mono-cvs.ximian.com:/cvs/public
+ export CVS_ROOT=username@mono-cvs.ximian.com:/cvs/public
cvs login
cvs -z3 co mcs mono
</pre>
diff --git a/status/class.xml b/status/class.xml
index 2484d1844af..b33a6d36e27 100755
--- a/status/class.xml
+++ b/status/class.xml
@@ -1066,7 +1066,53 @@
<maintainer>jason@injektilo.org</maintainer>
</maintainers>
</class>
-
+
+ <class name="System.Xml.XmlDocument">
+ <last-activity>Jul-29-2001</last-activity>
+ <implementation>no</implementation>
+ <test-suite>no</test-suite>
+ <completion>?</completion>
+ <maintainers>
+ <maintainer>hildjj@cursive.net</maintainer>
+ </maintainers>
+ </class>
+ <class name="System.Xml.XmlAttribute">
+ <last-activity>Jul-29-2001</last-activity>
+ <implementation>no</implementation>
+ <test-suite>no</test-suite>
+ <completion>?</completion>
+ <maintainers>
+ <maintainer>hildjj@cursive.net</maintainer>
+ </maintainers>
+ </class>
+ <class name="System.Xml.XmlAttributeCollection">
+ <last-activity>Jul-29-2001</last-activity>
+ <implementation>no</implementation>
+ <test-suite>no</test-suite>
+ <completion>?</completion>
+ <maintainers>
+ <maintainer>hildjj@cursive.net</maintainer>
+ </maintainers>
+ </class>
+ <class name="System.Xml.XmlNode">
+ <last-activity>Jul-29-2001</last-activity>
+ <implementation>no</implementation>
+ <test-suite>no</test-suite>
+ <completion>?</completion>
+ <maintainers>
+ <maintainer>hildjj@cursive.net</maintainer>
+ </maintainers>
+ </class>
+ <class name="System.Xml.XmlElement">
+ <last-activity>Jul-29-2001</last-activity>
+ <implementation>no</implementation>
+ <test-suite>no</test-suite>
+ <completion>?</completion>
+ <maintainers>
+ <maintainer>hildjj@cursive.net</maintainer>
+ </maintainers>
+ </class>
+
<class name="System.Collections.SortedList">
<last-activity>Jul-16-2001</last-activity>
<implementation>no</implementation>
diff --git a/status/maintainers.xml b/status/maintainers.xml
index 2c104f3a4d1..342769f9b68 100755
--- a/status/maintainers.xml
+++ b/status/maintainers.xml
@@ -26,5 +26,6 @@
<person name="Gleb Novodran" email="gleb@eurosoft.od.ua"/>
<person name="Matthew S. Ford" email="Matthew.S.Ford@rose-hulman.edu"/>
<person name="Marcel Narings" email="marcel@narings.nl"/>
+ <person name="Joe Hildebrand" email="hildjj@cursive.net"/>
</maintainers>
diff --git a/web/cvs b/web/cvs
index cbd57f6f018..7d585c938bb 100644
--- a/web/cvs
+++ b/web/cvs
@@ -20,7 +20,7 @@
<pre>
export CVS_RSH=ssh
- export CVS_ROOT=:username@mono-cvs.ximian.com:/cvs/public
+ export CVS_ROOT=username@mono-cvs.ximian.com:/cvs/public
cvs login
cvs -z3 co mcs mono
</pre>