Removing vitro:citation from back end editing and front end display. NIHVIVO-503

This commit is contained in:
bdc34 2010-07-05 19:16:50 +00:00
parent 26053fa33e
commit 9e9876cd43
17 changed files with 22 additions and 70 deletions

View file

@ -86,7 +86,7 @@
<!-- Invokes a process to move any uploaded files into the new file storage system. -->
<!-- Needs to run after FileStorageSetup and JenaDataSourceSetup. -->
<!-- Should run before Pellet is set up. -->
<!-- Should run before Pellet is set up. -->
<listener>
<listener-class>
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateUploadedFiles
@ -295,6 +295,8 @@
<url-pattern>/SearchIndex</url-pattern>
</servlet-mapping>
<!-- This is the new navigation controller. It is not ready for the 1.1 release
see http://issues.library.cornell.edu/browse/NIHVIVO-597
<servlet>
<servlet-name>NavigationController</servlet-name>
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.freemarker.NavigationController</servlet-class>
@ -303,6 +305,7 @@
<servlet-name>NavigationController</servlet-name>
<url-pattern>/nav/*</url-pattern>
</servlet-mapping>
-->
<servlet>
<servlet-name>TestController</servlet-name>