|
From: <rv...@us...> - 2009-06-19 02:18:22
|
Revision: 68
http://treebase.svn.sourceforge.net/treebase/?rev=68&view=rev
Author: rvos
Date: 2009-06-19 02:18:21 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
Added nexmlService 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 2009-06-19 02:17:12 UTC (rev 67)
+++ trunk/treebase-core/src/main/resources/applicationContext-service.xml 2009-06-19 02:18:21 UTC (rev 68)
@@ -143,6 +143,11 @@
<property name="taxonLabelHome" ref="taxonLabelHome"/>
<property name="itemDefinitionHome" ref="itemDefinitionHome"/>
<property name="mesquiteFolderDir" value="${mesquite.folder_dir}"/>
+ </bean>
+
+ <bean id="nexmlService" class = "org.cipres.treebase.service.nexus.NexusServiceNexml">
+ <property name="domainHome" ref="domainHome"/>
+ <property name="taxonLabelHome" ref="taxonLabelHome"/>
</bean>
<!-- package: org.cipres.treebase.domain.study -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|