summaryrefslogtreecommitdiff
path: root/conf-from-container/conf/mvc-beans.xml
diff options
context:
space:
mode:
Diffstat (limited to 'conf-from-container/conf/mvc-beans.xml')
-rw-r--r--conf-from-container/conf/mvc-beans.xml23
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>