Additional changes for SGF-160

This commit is contained in:
Lyndon Adams
2013-03-12 19:26:10 +00:00
parent 1f36a55faf
commit 7f1d84e598
3 changed files with 2394 additions and 2445 deletions

View File

@@ -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'
}
}
}
}

View File

@@ -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>