2002-05-09 Rodrigo Moya <rodrigo@ximian.com>
authorRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Fri, 10 May 2002 19:27:32 +0000 (19:27 -0000)
committerRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Fri, 10 May 2002 19:27:32 +0000 (19:27 -0000)
* System.build: don't exclude anymore excluded files in
System.ComponentModel. They compile on Linux, so they might also
on Windows.

svn path=/trunk/mcs/; revision=4501

mcs/class/System/ChangeLog
mcs/class/System/System.build

index 6cd38ac7076a265d3538c4fb38fea0d14320407a..6d21d8ca352cb7464cd1c4433dd8b9d606a99d68 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
+
+       * System.build: don't exclude anymore excluded files in
+       System.ComponentModel. They compile on Linux, so they might also
+       on Windows.
+
 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * System.build: excluded EventDescriptor.cs, 
index aeccf8ac44087a6336c20b0fd9a470f9299abe26..2473c69866ed74c43d50ee2042642ae8d7dba95d 100644 (file)
@@ -23,9 +23,6 @@
                                <excludes name="System.CodeDom/Code-X-Collection.cs"/>
                                <excludes name="System.Net/IAuthenticationModule.cs"/>
                                <excludes name="System.Net/AuthenticationManager.cs"/>
-                               <excludes name="System.ComponentModel/EventDescriptor.cs"/>
-                               <excludes name="System.ComponentModel/EventDescriptorCollection.cs"/>
-                               <excludes name="System.ComponentModel/ICustomTypeDescriptor.cs"/>
                        </sources>
                </csc>
                <copy file="../lib/System.dll" tofile="Test/System.dll"/>