diff options
| author | Markus Krogh <markus@nordu.net> | 2017-09-27 15:52:06 +0200 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2017-09-27 15:52:06 +0200 |
| commit | 221ce8d2e414c95d6277baf4d1e6ebc644ee0b7c (patch) | |
| tree | 067e112b5bbbdcdcd6dcbd0f57d2ba6c791fa171 /conf-from-container/conf/mvc-beans.xml | |
| parent | 633ada5afb580dea9c755554c9a9a66b64434e4c (diff) | |
Remove conf-from-container, update git ignore
Diffstat (limited to 'conf-from-container/conf/mvc-beans.xml')
| -rw-r--r-- | conf-from-container/conf/mvc-beans.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/conf-from-container/conf/mvc-beans.xml b/conf-from-container/conf/mvc-beans.xml deleted file mode 100644 index 98d9bcd..0000000 --- a/conf-from-container/conf/mvc-beans.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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" - xmlns:util="http://www.springframework.org/schema/util" - xmlns:p="http://www.springframework.org/schema/p" - xmlns:c="http://www.springframework.org/schema/c" - xmlns:mvc="http://www.springframework.org/schema/mvc" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd" - - default-init-method="initialize" - default-destroy-method="destroy"> - - <!-- - Use this file to define any custom MVC beans needed. Its contents are imported - by system/conf/mvc-beans.xml, which configures a lot of the low-level Spring Web - behavior of the IdP. You can ignore this file otherwise. - --> - -</beans> |
