Index: lams_tool_vote/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/web.xml,v
diff -u -r1.1 -r1.2
--- lams_tool_vote/web/WEB-INF/web.xml 7 Apr 2006 18:00:36 -0000 1.1
+++ lams_tool_vote/web/WEB-INF/web.xml 11 Apr 2006 09:09:15 -0000 1.2
@@ -23,7 +23,7 @@
-->
javax.servlet.jsp.jstl.fmt.localizationContext
- org.lamsfoundation.lams.tool.vote.web.VoteResources
+ org.lamsfoundation.lams.tool.vote.web.ApplicationResources
@@ -52,7 +52,7 @@
sessionFactoryBeanName
- mcSessionFactory
+ voteSessionFactory
@@ -123,7 +123,7 @@
org.lamsfoundation.lams.contentrepository.client.ToolDownload
toolContentHandlerBeanName
- mcToolContentHandler
+ voteToolContentHandler
3