diff options
Diffstat (limited to 'com.gluster.storage.management.server/src/applicationContext.xml')
| -rw-r--r-- | com.gluster.storage.management.server/src/applicationContext.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/com.gluster.storage.management.server/src/applicationContext.xml b/com.gluster.storage.management.server/src/applicationContext.xml new file mode 100644 index 00000000..4167b5cd --- /dev/null +++ b/com.gluster.storage.management.server/src/applicationContext.xml @@ -0,0 +1,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" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd"> + <context:component-scan base-package="com.gluster.storage.management.server" /> +</beans>
\ No newline at end of file |
