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:
authorSean MacIsaac <macisaac@mono-cvs.ximian.com>2001-11-11 19:15:20 +0300
committerSean MacIsaac <macisaac@mono-cvs.ximian.com>2001-11-11 19:15:20 +0300
commitbfccf1dc6e10b4df4b36b0faab19ec38afc1f55d (patch)
tree3f79239fb48fe8a0da00105e72f4f611bbe978ae /mcs/class/System.XML/Test/.cvsignore
parent86414b05d38b7b00ad8031f7fd26708acb132e08 (diff)
* AttributeUseage.cs: Should define AttributeUsageAttribute.
* CLSCompliant.cs: Marked with AttributeUsage attribute. * Decimal.cs: Fixed CLSCompliant attributes. * Type.cs: changed _impl to internal (needs to be accessable by subclasses). (TypeHandle): Marked as abstract, implementation removed. (IsNotPublic, IsPublic, GetMethods, GetPropery, GetConstructor, GetMethod): Added stub implementations so NUnit would link against corlib * FileNotFoundException.cs: Added some constructors * Path.cs (GetFullPath): Fixed implementation * Assembly.cs: Filled in some stub implementations * ConstructorInfo.cs: Added some stub functions for NUnit * TypeBuilder.cs: Added implementation for TypeHandle. svn path=/trunk/mcs/; revision=1326
Diffstat (limited to 'mcs/class/System.XML/Test/.cvsignore')
-rw-r--r--mcs/class/System.XML/Test/.cvsignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/.cvsignore b/mcs/class/System.XML/Test/.cvsignore
new file mode 100644
index 00000000000..6a7461313bb
--- /dev/null
+++ b/mcs/class/System.XML/Test/.cvsignore
@@ -0,0 +1 @@
+*.dll