<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$
   -
   - $Log$
   - Revision 1.2  2005/08/06 06:52:18  dick
   - Whitespace
   -
   - Revision 1.1  2005/08/04 04:14:37  dick
   - A spring applicationContext file, so we can manage jdbc properties externally.
   -
  -->
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
	<!-- Configurer that replaces ${...} placeholders with values from properties files -->
	<!-- (in this case, mail and JDBC related properties) -->
	<!-- 
	<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
		<property name="locations">
			<list>
				<value>WEB-INF/jdbc.properties</value>
			</list>
		</property>
	</bean>
	-->
</beans>
