Project

General

Profile

« Previous | Next » 

Revision 19d5d18b

Added by Andreas Müller over 3 years ago

ref #9204 adapt all spring application context xml configuration files to spring schema version 4.3

View differences:

cdmlib-test/src/main/resources/eu/etaxonomy/cdm/services_base_test.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="
6
    http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
6
    http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
7
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd
8 8
    ">
9 9

  
10 10
    <!--

Also available in: Unified diff