Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into springmvc
Browse files Browse the repository at this point in the history
Conflicts:
	web/src/main/webapp/WEB-INF/config-spring-geonetwork.xml
  • Loading branch information
Delawen committed Aug 26, 2014
2 parents 3d54ab6 + 426b679 commit 4876a5f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions web/src/main/webapp/WEB-INF/config-spring-geonetwork.xml
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.2.xsd
">
<beans default-lazy-init="true"
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd
" >

<import resource="config-security/config-security.xml" />
<import resource="classpath:JZkitApplicationContext.xml" />
Expand Down

0 comments on commit 4876a5f

Please sign in to comment.