(no commit message)
[utils] / crawler / kiss / src / org.wamblee.crawler.properties.xml
diff --git a/crawler/kiss/src/org.wamblee.crawler.properties.xml b/crawler/kiss/src/org.wamblee.crawler.properties.xml
new file mode 100644 (file)
index 0000000..e92b028
--- /dev/null
@@ -0,0 +1,14 @@
+<?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="propertyBean"
+        class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+        <property name="locations">
+            <list>
+                <value>org.wamblee.crawler.properties</value>
+            </list>
+        </property>
+    </bean> 
+ </beans>
\ No newline at end of file