Author: toshok Date: 2005-11-14 13:36:19 -0500 (Mon, 14 Nov 2005) New Revision: 53028
Modified: trunk/mcs/class/System.Configuration/System.Configuration.dll.sources trunk/mcs/class/System.Configuration/System.Configuration_test.dll.sources Log: add new files to the build Modified: trunk/mcs/class/System.Configuration/System.Configuration.dll.sources =================================================================== --- trunk/mcs/class/System.Configuration/System.Configuration.dll.sources 2005-11-14 18:34:58 UTC (rev 53027) +++ trunk/mcs/class/System.Configuration/System.Configuration.dll.sources 2005-11-14 18:36:19 UTC (rev 53028) @@ -23,6 +23,7 @@ System.Configuration/CallbackValidator.cs System.Configuration/CallbackValidatorAttribute.cs System.Configuration/CommaDelimitedStringCollection.cs +System.Configuration/CommaDelimitedStringCollectionConverter.cs System.Configuration/ConfigHelper.cs System.Configuration/ConfigInfo.cs System.Configuration/Configuration.cs @@ -58,6 +59,7 @@ System.Configuration/ConnectionStringSettingsCollection.cs System.Configuration/ConnectionStringSettings.cs System.Configuration/ContextInformation.cs +System.Configuration/DefaultSection.cs System.Configuration/DefaultValidator.cs System.Configuration/ElementInformation.cs System.Configuration/ExeConfigurationFileMap.cs Modified: trunk/mcs/class/System.Configuration/System.Configuration_test.dll.sources =================================================================== --- trunk/mcs/class/System.Configuration/System.Configuration_test.dll.sources 2005-11-14 18:34:58 UTC (rev 53027) +++ trunk/mcs/class/System.Configuration/System.Configuration_test.dll.sources 2005-11-14 18:36:19 UTC (rev 53028) @@ -1,4 +1,5 @@ System.Configuration/CallbackValidatorTest.cs +System.Configuration/CommaDelimitedStringCollectionConverterTest.cs System.Configuration/CommaDelimitedStringCollectionTest.cs System.Configuration/ConfigurationLockCollectionTest.cs System.Configuration/ConfigurationPermissionTest.cs _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
