Project

General

Profile

« Previous | Next » 

Revision 9139d0dd

Added by Andreas Müller almost 2 years ago

adapt spring xsd versions in all other applicationContexts

View differences:

src/main/webapp/WEB-INF/datasources/configurable.xml
3 3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 4
  xmlns:context="http://www.springframework.org/schema/context"
5 5
  xsi:schemaLocation="http://www.springframework.org/schema/beans
6
    http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
6
    http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
7 7
    http://www.springframework.org/schema/context
8
    http://www.springframework.org/schema/context/spring-context-2.5.xsd">
8
    http://www.springframework.org/schema/context/spring-context-4.3.xsd">
9 9

  
10 10
    <!-- enable processing of annotations such as @Autowired and @Configuration -->
11 11
    <context:annotation-config/>

Also available in: Unified diff