From: Michael D. <mik...@us...> - 2004-09-22 22:33:29
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22921/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: Removed ODMG and JCollections namespace. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** NHibernate-1.1.csproj 20 Sep 2004 03:00:17 -0000 1.47 --- NHibernate-1.1.csproj 22 Sep 2004 22:32:49 -0000 1.48 *************** *** 411,419 **** /> <File - RelPath = "Collection\ODMGCollection.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Collection\PersistentCollection.cs" SubType = "Code" --- 411,414 ---- *************** *** 1044,1057 **** /> <File - RelPath = "JCollections\HashSet.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "JCollections\ISet.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Loader\AbstractEntityLoader.cs" SubType = "Code" --- 1039,1042 ---- *************** *** 1269,1297 **** /> <File - RelPath = "Odmg\IDCollection.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Odmg\IDSet.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Odmg\ODMGException.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Odmg\QueryException.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Odmg\QueryInvalidException.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Persister\AbstractEntityPersister.cs" SubType = "Code" --- 1254,1257 ---- |