NIHVIVO-1261 Add the new ConfigurationProperties classes, and add the setup to web.xml

This commit is contained in:
jeb228 2011-02-25 16:49:21 +00:00
parent 3134054f7b
commit b7510fa355
6 changed files with 533 additions and 0 deletions

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>