source: EDIS/trunk/java/tracking-server-main/src/main/webapp/WEB-INF/config/web-application-config.xml@ 1252

Last change on this file since 1252 was 1252, checked in by Solomon Blaz, 13 years ago

removed cruft related to KAAJEE, stubbed in spring-security/VistALink authentication implementation

File size: 567 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
5 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
6 <import resource="data-access-config.xml"/>
7 <import resource="security-config.xml"/>
8</beans>
Note: See TracBrowser for help on using the repository browser.