NIHVIVO-2279 Add the migration code (disabled for now)

This commit is contained in:
j2blake 2011-06-01 17:59:38 +00:00
parent bc08059be2
commit f3ca1a71a3
2 changed files with 300 additions and 0 deletions

View file

@ -104,6 +104,13 @@
</listener-class>
</listener>
<!-- Update to the new UserAccounts model (1.3). Needs to run after JenaDataSourceSetup. -->
<!-- <listener>
<listener-class>
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateUserAccounts
</listener-class>
</listener> -->
<!-- Attaching submodels permits extra RDF files to be made visible without storing the data in the DB. -->
<listener>
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.AttachSubmodels</listener-class>