From: Michael D. <mik...@us...> - 2004-12-10 16:40:15
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14749/NHibernate.DomainModel Modified Files: NHibernate.DomainModel-1.1.csproj Log Message: NH-131: Describe joined-subclasses and subclasses in seperate files. Also refactored the test a little bit. Going to being moving away from the NHibernate.DomainModel and just include everything in the TestFixture. Making the domain classes smaller and easier to demonstrate the conepts. Borrowed some of the ideas from hibernate 3 Index: NHibernate.DomainModel-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel/NHibernate.DomainModel-1.1.csproj,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** NHibernate.DomainModel-1.1.csproj 18 Nov 2004 02:45:43 -0000 1.26 --- NHibernate.DomainModel-1.1.csproj 10 Dec 2004 16:40:01 -0000 1.27 *************** *** 713,730 **** /> <File - RelPath = "NHSpecific\JoinedSubclass.hbm.xml" - BuildAction = "EmbeddedResource" - /> - <File - RelPath = "NHSpecific\JoinedSubclassBase.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "NHSpecific\JoinedSubclassOne.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "NHSpecific\Node.cs" SubType = "Code" --- 713,716 ---- *************** *** 773,780 **** /> <File - RelPath = "NHSpecific\Subclass.hbm.xml" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "NHSpecific\Team.cs" SubType = "Code" --- 759,762 ---- |