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:
authorSebastien Pouliot <sebastien@ximian.com>2004-09-14 03:37:10 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-09-14 03:37:10 +0400
commit9003dc76ecfdd9086b51aa8506cdfcd412af48cd (patch)
treebee47d7f28c93c6c86d69988d7e2ee7e6f293016 /mcs/class/System.Data/System.Data.dll.sources
parentc321305e8de660637187c3da98be77b84f75cd48 (diff)
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
* Makefile: Added /nowarn:618 when compiling unit test assembly to remove nunit obsolete warnings. * System.Data.dll.sources: Added System.Data.Common.DbConnectionOptions (NET_2_0) and System.Data.Common/PermissionHelper to the build. * System.Data_test.dll.sources: Added {DBData|Odbc|OleDb|SqlClient} PermissionAttribute unit tests to the build. svn path=/trunk/mcs/; revision=33833
Diffstat (limited to 'mcs/class/System.Data/System.Data.dll.sources')
-rwxr-xr-xmcs/class/System.Data/System.Data.dll.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.dll.sources b/mcs/class/System.Data/System.Data.dll.sources
index f4a5d50df03..17fb81335d7 100755
--- a/mcs/class/System.Data/System.Data.dll.sources
+++ b/mcs/class/System.Data/System.Data.dll.sources
@@ -145,6 +145,7 @@ System.Data.Common/DbCommand.cs
System.Data.Common/DbCommandOptionalFeatures.cs
System.Data.Common/DbCommandSet.cs
System.Data.Common/DbConnection.cs
+System.Data.Common/DbConnectionOptions.cs
System.Data.Common/DbConnectionString.cs
System.Data.Common/DbDataAdapter.cs
System.Data.Common/DbDataPermissionAttribute.cs
@@ -166,6 +167,7 @@ System.Data.Common/DbTransaction.cs
System.Data.Common/FieldNameLookup.cs
System.Data.Common/GroupByBehavior.cs
System.Data.Common/IdentifierCase.cs
+System.Data.Common/PermissionHelper.cs
System.Data.Common/RecordCache.cs
System.Data.Common/RowUpdatedEventArgs.cs
System.Data.Common/RowUpdatingEventArgs.cs