NIHVIVO-1261 Add the ConfigurationPropertiesSetup context listener, for the new ConfigurationProperties class.

This commit is contained in:
jeb228 2011-02-25 16:52:10 +00:00
parent 844c8e30be
commit a4852ad939

View file

@ -39,6 +39,11 @@
<!-- Listeners ****************************************************** -->
<!-- Reads deploy.properties. Needs to run before almost all other listeners. -->
<listener>
<listener-class>edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup</listener-class>
</listener>
<listener>
<listener-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class>
</listener>