|
From: <rv...@us...> - 2009-06-25 02:46:00
|
Revision: 110
http://treebase.svn.sourceforge.net/treebase/?rev=110&view=rev
Author: rvos
Date: 2009-06-25 02:45:59 +0000 (Thu, 25 Jun 2009)
Log Message:
-----------
Added configuration for NexusServiceRDFa bean
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-25 02:44:58 UTC (rev 109)
+++ trunk/treebase-core/src/main/resources/applicationContext-service.xml 2009-06-25 02:45:59 UTC (rev 110)
@@ -148,7 +148,12 @@
<bean id="nexmlService" class = "org.cipres.treebase.service.nexus.NexusServiceNexml">
<!-- property name="domainHome" ref="domainHome"/ -->
<property name="taxonLabelHome" ref="taxonLabelHome"/>
- </bean>
+ </bean>
+
+ <bean id="rdfaService" class = "org.cipres.treebase.service.nexus.NexusServiceRDFa">
+ <!-- property name="domainHome" ref="domainHome"/ -->
+ <property name="taxonLabelHome" ref="taxonLabelHome"/>
+ </bean>
<!-- package: org.cipres.treebase.domain.study -->
<bean id="analysisService" parent="baseTransactionProxy">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|