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

Last change on this file since 47 was 47, checked in by jazz, 15 years ago
  • blank new project
File size: 540 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4Server definition of security; imports security.xml.
5-->
6
7<beans xmlns="http://www.springframework.org/schema/beans"
8       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9       xmlns:util="http://www.springframework.org/schema/util"
10       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
11
12</beans>
Note: See TracBrowser for help on using the repository browser.