From: Michael D. <mik...@us...> - 2004-04-30 13:10:26
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5665/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: synched the Sql parts used by Hql. Removed OuterJoin files because they were not in H2.0.3 and could not find them used anywhere by NH Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** NHibernate-1.1.csproj 21 Apr 2004 14:31:12 -0000 1.21 --- NHibernate-1.1.csproj 30 Apr 2004 13:10:17 -0000 1.22 *************** *** 1309,1322 **** /> <File - RelPath = "Sql\OracleOuterJoinFragment.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Sql\OuterJoinFragment.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Sql\QueryJoinFragment.cs" SubType = "Code" --- 1309,1312 ---- |