NIHVIVO-2279 Implement FreemarkerEmailFactory and standardize on it. Change the parameters used to enable e-mail.

This commit is contained in:
j2blake 2011-05-24 19:31:21 +00:00
parent 2763d14c6d
commit 0654b896c1

View file

@ -50,6 +50,10 @@
<listener-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class> <listener-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class>
</listener> </listener>
<listener>
<listener-class>edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup</listener-class>
</listener>
<!-- DefaultThemeSetup needs to run before the JenaDataSourceSetup <!-- DefaultThemeSetup needs to run before the JenaDataSourceSetup
to allow creation of default portal and tab --> to allow creation of default portal and tab -->
<listener> <listener>