source: oceandb/webapproot/WEB-INF/project-spring.xml @ 47

Last change on this file since 47 was 47, checked in by jazz, 15 years ago
  • blank new project
File size: 619 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4Local spring modifications.  This file is never altered by WaveMaker software,
5and is an ideal location for end-users to put any code they need.
6-->
7<beans xmlns="http://www.springframework.org/schema/beans"
8    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9    xmlns:aop="http://www.springframework.org/schema/aop"
10    xsi:schemaLocation="http://www.springframework.org/schema/beans
11      http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
12      http://www.springframework.org/schema/aop
13      http://www.springframework.org/schema/aop/spring-aop-2.0.xsd">
14</beans>
Note: See TracBrowser for help on using the repository browser.