(no commit message)
[utils] / security / impl / src / test / resources / spring / test.org.wamblee.security.properties.xml
diff --git a/security/impl/src/test/resources/spring/test.org.wamblee.security.properties.xml b/security/impl/src/test/resources/spring/test.org.wamblee.security.properties.xml
deleted file mode 100644 (file)
index 5fa2f72..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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>properties/test.org.wamblee.security.hibernate.properties</value>
-                <value>properties/test.org.wamblee.security.usermgt.properties</value>
-                <value>properties/test.org.wamblee.security.database.properties</value>
-            </list>
-        </property>
-    </bean> 
- </beans>
\ No newline at end of file