summaryrefslogtreecommitdiffstats
path: root/com.gluster.storage.management.server/src/applicationContext.xml
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-02-07 21:13:29 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-02-07 21:13:29 +0530
commit4b05ac112209087a389bd599c04e1cfea8ad057d (patch)
treedb927a47e7520861491a0ef8ba94c066a5ef8700 /com.gluster.storage.management.server/src/applicationContext.xml
parentce9564b6e69ca2b885daea6c45769cf30f91c6e9 (diff)
introduced spring libraries
Diffstat (limited to 'com.gluster.storage.management.server/src/applicationContext.xml')
-rw-r--r--com.gluster.storage.management.server/src/applicationContext.xml8
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