From: <rv...@us...> - 2011-05-12 12:03:10
|
Revision: 835 http://treebase.svn.sourceforge.net/treebase/?rev=835&view=rev Author: rvos Date: 2011-05-12 12:03:04 +0000 (Thu, 12 May 2011) Log Message: ----------- Added submissionService parameter to the searchService bean configuration Modified Paths: -------------- trunk/treebase-core/src/main/resources/applicationContext-service.xml Modified: trunk/treebase-core/src/main/resources/applicationContext-service.xml =================================================================== --- trunk/treebase-core/src/main/resources/applicationContext-service.xml 2011-05-12 12:02:01 UTC (rev 834) +++ trunk/treebase-core/src/main/resources/applicationContext-service.xml 2011-05-12 12:03:04 UTC (rev 835) @@ -285,7 +285,8 @@ <property name="phyloTreeService" ref="phyloTreeService"/> <property name="matrixService" ref="matrixService"/> <property name="studyService" ref="studyService"/> - <property name="taxonLabelService" ref="taxonLabelService"/> + <property name="taxonLabelService" ref="taxonLabelService"/> + <property name="submissionService" ref="submissionService"/> </bean> </property> </bean> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |