Revision ff33651f
update schema location
cdmlib-services/src/main/resources/eu/etaxonomy/cdm/services.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-2.5.xsd
|
|
7 |
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
|
|
6 |
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
|
|
7 |
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
|
|
8 | 8 |
"> |
9 | 9 |
|
10 | 10 |
<import resource="classpath:/eu/etaxonomy/cdm/persistence.xml"/> |
cdmlib-services/src/main/resources/eu/etaxonomy/cdm/services_security.xml | ||
---|---|---|
4 | 4 |
xmlns:context="http://www.springframework.org/schema/context" |
5 | 5 |
xmlns:security="http://www.springframework.org/schema/security" |
6 | 6 |
xsi:schemaLocation=" |
7 |
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
|
8 |
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
|
|
9 |
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
|
|
7 |
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
|
|
8 |
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
|
|
9 |
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
|
|
10 | 10 |
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1.xsd" |
11 | 11 |
> |
12 | 12 |
|
Also available in: Unified diff