[virtualcommons-svn] SF.net SVN: virtualcommons:[343] mentalmodels/trunk/src/main/webapp/WEB-INF /h
Status: Beta
Brought to you by:
alllee
From: <see...@us...> - 2009-10-28 21:10:37
|
Revision: 343 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=343&view=rev Author: seematalele Date: 2009-10-28 21:10:12 +0000 (Wed, 28 Oct 2009) Log Message: ----------- Put GroupLocation.Java in hibernate.cfg.xml Modified Paths: -------------- mentalmodels/trunk/src/main/webapp/WEB-INF/hibernate.cfg.xml Modified: mentalmodels/trunk/src/main/webapp/WEB-INF/hibernate.cfg.xml =================================================================== --- mentalmodels/trunk/src/main/webapp/WEB-INF/hibernate.cfg.xml 2009-10-28 21:01:17 UTC (rev 342) +++ mentalmodels/trunk/src/main/webapp/WEB-INF/hibernate.cfg.xml 2009-10-28 21:10:12 UTC (rev 343) @@ -19,8 +19,8 @@ <mapping class='edu.asu.commons.mme.entity.Communication'/> <mapping class='edu.asu.commons.mme.entity.Group'/> <mapping class='edu.asu.commons.mme.entity.Student'/> + <mapping class='edu.asu.commons.mme.entity.GroupLocation'/> - <mapping class='edu.asu.commons.mme.entity.StudentRoundConfig'/> <mapping class='edu.asu.commons.mme.entity.StudentStrategy'/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |