From: Michael D. <mik...@us...> - 2005-01-23 15:41:11
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15817 Modified Files: NHibernate-1.1.csproj Log Message: Moved EmptyInterceptor out of Configuration and into its own class. Renamed Transaction to AdoTransaction. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** NHibernate-1.1.csproj 17 Jan 2005 03:40:49 -0000 1.68 --- NHibernate-1.1.csproj 23 Jan 2005 15:41:02 -0000 1.69 *************** *** 375,378 **** --- 375,383 ---- /> <File + RelPath = "Cfg\EmptyInterceptor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cfg\Environment.cs" SubType = "Code" *************** *** 1690,1699 **** /> <File ! RelPath = "Transaction\ITransactionFactory.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Transaction\Transaction.cs" SubType = "Code" BuildAction = "Compile" --- 1695,1704 ---- /> <File ! RelPath = "Transaction\AdoTransaction.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "Transaction\ITransactionFactory.cs" SubType = "Code" BuildAction = "Compile" |