[VIVO-1375] Upgrade to Servlet 3.0 spec
This commit is contained in:
parent
d0b971f7e6
commit
8bf1b10e53
23 changed files with 98 additions and 1415 deletions
12
webapp/src/main/webapp/WEB-INF/applicationContext.xml
Normal file
12
webapp/src/main/webapp/WEB-INF/applicationContext.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context-4.3.xsd">
|
||||
|
||||
<context:component-scan base-package="edu.cornell.mannlib" />
|
||||
<context:component-scan base-package="org.vivoweb" />
|
||||
|
||||
</beans>
|
|
@ -61,6 +61,7 @@ org.vivoweb.webapp.startup.DataGetterN3Setup
|
|||
org.vivoweb.webapp.startup.GeneratorSetup
|
||||
org.vivoweb.webapp.startup.JSONWrapperSetup
|
||||
org.vivoweb.webapp.startup.MenuManagementSetup
|
||||
org.vivoweb.webapp.startup.SiteAdminSetup
|
||||
org.vivoweb.webapp.startup.TemplateModelSetup
|
||||
org.vivoweb.webapp.startup.SearchResultTemplateModelSetup
|
||||
|
||||
|
|
12
webapp/src/main/webapp/WEB-INF/springmvc-beans.xml
Normal file
12
webapp/src/main/webapp/WEB-INF/springmvc-beans.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context-4.3.xsd">
|
||||
|
||||
<context:component-scan base-package="edu.cornell.mannlib" />
|
||||
<context:component-scan base-package="org.vivoweb" />
|
||||
|
||||
</beans>
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue