Migration to maven almost complete. At least everything builds and works
[utils] / crawler / kissweb / src / main / resources / beanRefContext.xml
diff --git a/crawler/kissweb/src/main/resources/beanRefContext.xml b/crawler/kissweb/src/main/resources/beanRefContext.xml
new file mode 100644 (file)
index 0000000..2e139db
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
+ <beans> 
+     
+     <bean id="crawler"
+         class="org.springframework.context.support.ClassPathXmlApplicationContext">
+         <constructor-arg>
+             <list>
+                 <value>org.wamblee.crawler.properties.xml</value>
+                 <value>org.wamblee.crawler.notification.xml</value>
+                 <value>org.wamblee.crawler.kiss.xml</value>
+             </list>
+         </constructor-arg>
+     </bean>
+     
+ </beans>
\ No newline at end of file