|
Last change
on this file since 1359 was 1253, checked in by Solomon Blaz, 14 years ago |
|
moved VistALink configuration into its own file
|
|
File size:
613 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 | <import resource="vistalink-config.xml"/>
|
|---|
| 9 | </beans>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.