[virtualcommons-svn] SF.net SVN: virtualcommons:[259] mentalmodels/trunk/src/main/webapp/WEB-INF /a
Status: Beta
Brought to you by:
alllee
|
From: <see...@us...> - 2009-08-18 22:24:54
|
Revision: 259
http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=259&view=rev
Author: seematalele
Date: 2009-08-18 22:24:40 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
Modified Paths:
--------------
mentalmodels/trunk/src/main/webapp/WEB-INF/applicationContext.xml
Modified: mentalmodels/trunk/src/main/webapp/WEB-INF/applicationContext.xml
===================================================================
--- mentalmodels/trunk/src/main/webapp/WEB-INF/applicationContext.xml 2009-08-18 22:14:33 UTC (rev 258)
+++ mentalmodels/trunk/src/main/webapp/WEB-INF/applicationContext.xml 2009-08-18 22:24:40 UTC (rev 259)
@@ -132,8 +132,7 @@
</bean>
<bean id='startupService' class='edu.asu.commons.mme.service.StartupService'>
- <property name='roundService' ref='roundService'/>
- <property name='studentService' ref='studentService'/>
+
</bean>
<bean id='locationService' class='edu.asu.commons.mme.service.LocationService'>
@@ -160,6 +159,7 @@
<bean id="startGame" class="edu.asu.commons.mme.service.StartGame">
<property name='roundService' ref='roundService'/>
<property name='locationService' ref='locationService'/>
+ <property name='studentService' ref='studentService'/>
</bean>
<bean id="feed" class="edu.asu.commons.mme.service.Feed">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|