summaryrefslogtreecommitdiff
path: root/DNPMPlugins/src/main/resources/de/itc/onkostar/library/moduleContext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'DNPMPlugins/src/main/resources/de/itc/onkostar/library/moduleContext.xml')
-rw-r--r--DNPMPlugins/src/main/resources/de/itc/onkostar/library/moduleContext.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/DNPMPlugins/src/main/resources/de/itc/onkostar/library/moduleContext.xml b/DNPMPlugins/src/main/resources/de/itc/onkostar/library/moduleContext.xml
deleted file mode 100644
index efcde36..0000000
--- a/DNPMPlugins/src/main/resources/de/itc/onkostar/library/moduleContext.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:mvc="http://www.springframework.org/schema/mvc"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:tx="http://www.springframework.org/schema/tx"
- xsi:schemaLocation="
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
- http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd">
-
- <bean id="DNPMHelper" class="DNPM.DNPMHelper" />
- <bean id="Merkmalskatalog" class="DNPM.Merkmalskatalog" />
- <bean id="ConsentManager" class="DNPM.ConsentManager" />
-
- <context:component-scan base-package="ATCCodes"/>
-
- <mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" />
-</beans> \ No newline at end of file