Additional changes for SGF-160
This commit is contained in:
@@ -64,6 +64,11 @@ def customizePom(pom, gradleProject) {
|
||||
name = 'Oliver Gierke'
|
||||
email = 'ogierke@vmware.com'
|
||||
}
|
||||
developer {
|
||||
id = 'ladams'
|
||||
name = 'Lyndon Adams'
|
||||
email = 'ladams@vmware.com'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,15 +1,16 @@
|
||||
<?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:p="http://www.springframework.org/schema/p"
|
||||
default-lazy-init="false"
|
||||
xmlns:gfe="http://www.springframework.org/schema/gemfire"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire.xsd
|
||||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:gfe="http://www.springframework.org/schema/gemfire"
|
||||
xmlns:p="http://www.springframework.org/schema/p"
|
||||
xmlns:util="http://www.springframework.org/schema/util"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire.xsd
|
||||
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" default-lazy-init="true">
|
||||
|
||||
<gfe:cache/>
|
||||
<gfe:replicated-region id="rr">
|
||||
<gfe:subscription type="ALL"/>
|
||||
<gfe:replicated-region id="rr" >
|
||||
<gfe:subscription type="ALL"/>
|
||||
</gfe:replicated-region>
|
||||
|
||||
<gfe:partitioned-region id="pp">
|
||||
@@ -17,7 +18,7 @@
|
||||
</gfe:partitioned-region>
|
||||
|
||||
<gfe:client-region id="cc">
|
||||
<gfe:subscription type="ALL"/>
|
||||
|
||||
</gfe:client-region>
|
||||
|
||||
</beans>
|
||||
Reference in New Issue
Block a user