Przeglądaj źródła

2003-02-10 Nick Drochak <[email protected]>

	* System.Data.build: Keep the standalone tests out of the dll. Fixes
	build breakage on cygwin.

svn path=/trunk/mcs/; revision=11442
Nick Drochak 23 lat temu
rodzic
commit
f77ae165ac

+ 4 - 0
mcs/class/System.Data/ChangeLog

@@ -1,3 +1,7 @@
+2003-02-10  Nick Drochak  <[email protected]>
+
+	* System.Data.build: Keep the standalone tests out of the dll.
+
 2003-02-09  Rodrigo Moya <[email protected]>
 
 	* System.Data.OleDb/OleDbConnection.cs:

+ 2 - 0
mcs/class/System.Data/System.Data.build

@@ -22,6 +22,8 @@
 			<sources>
 				<includes name="**/*.cs"/> 
 				<excludes name="Test/**"/>
+				<excludes name="System.Data.OleDb/TestGDA.cs"/>
+				<excludes name="System.Data.OleDb/TestOleDb.cs"/>
 			</sources>
 			<references>
 				<includes name="../lib/corlib.dll"/>