Project

General

Profile

« Previous | Next » 

Revision 46836

Cleaned namespaces

View differences:

modules/dnet-core-components/branches/saxonHE/src/main/resources/eu/dnetlib/enabling/inspector/security/applicationContext-inspector-security.xml
1 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:p="http://www.springframework.org/schema/p"
4
       xmlns:context="http://www.springframework.org/schema/context"
5
       xmlns:security="http://www.springframework.org/schema/security"
6
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
7
			http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
8
            http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd">
2
<beans:beans xmlns:security="http://www.springframework.org/schema/security"
3
             xmlns:beans="http://www.springframework.org/schema/beans"
4
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
             xsi:schemaLocation="http://www.springframework.org/schema/beans
6
		http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
7
		http://www.springframework.org/schema/security
8
		http://www.springframework.org/schema/security/spring-security.xsd">
9 9

  
10 10
	<!-- 	<security:debug /> -->
11 11

  
......
63 63

  
64 64

  
65 65

  
66
</beans>
66
</beans:beans>

Also available in: Unified diff