You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2015/12/30 00:56:29 UTC

incubator-geode git commit: GEODE-14: More license headers for misc xml config files and scripts

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-14 18be1c059 -> b15ddfd8d


GEODE-14: More license headers for misc xml config files and scripts


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b15ddfd8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b15ddfd8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/b15ddfd8

Branch: refs/heads/feature/GEODE-14
Commit: b15ddfd8de29feb5469b72cf07628dace8c3545c
Parents: 18be1c0
Author: Jens Deppe <jd...@pivotal.io>
Authored: Tue Dec 29 15:56:14 2015 -0800
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Tue Dec 29 15:56:14 2015 -0800

----------------------------------------------------------------------
 .../gemfire-modules-assembly/build.gradle       |  2 +-
 .../release/conf/cache-client.xml               | 25 ++++++++--
 .../release/conf/cache-peer.xml                 | 25 ++++++++--
 .../release/conf/cache-server.xml               | 25 ++++++++--
 .../release/scripts/cacheserver.bat             | 19 +++++--
 .../release/scripts/cacheserver.sh              | 17 +++++--
 .../release/scripts/gemfire.bat                 | 18 +++++++
 .../release/scripts/gemfire.sh                  | 16 ++++++
 .../release/session/bin/cacheserver.bat         | 18 ++++++-
 .../release/session/bin/cacheserver.sh          | 16 ++++++
 .../release/session/bin/gemfire.bat             | 18 ++++++-
 .../release/session/bin/gemfire.sh              | 16 ++++++
 .../release/session/bin/modify_war              | 15 ++++++
 .../release/session/conf/cache-client.xml       | 25 ----------
 .../release/session/conf/cache-peer.xml         | 25 ----------
 .../release/session/conf/cache-server.xml       | 52 --------------------
 gradle/rat.gradle                               | 11 +++--
 17 files changed, 210 insertions(+), 133 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/build.gradle
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/build.gradle b/extensions/gemfire-modules-assembly/build.gradle
index 6995fb7..ba6e489 100644
--- a/extensions/gemfire-modules-assembly/build.gradle
+++ b/extensions/gemfire-modules-assembly/build.gradle
@@ -230,7 +230,7 @@ task distAppServer(type: Zip) {
   }
 
   into('conf') {
-    from('release/session/conf')
+    from('release/conf')
   }
 
   from('release/session') {

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/conf/cache-client.xml
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/conf/cache-client.xml b/extensions/gemfire-modules-assembly/release/conf/cache-client.xml
index c8444b2..3ae9ba7 100755
--- a/extensions/gemfire-modules-assembly/release/conf/cache-client.xml
+++ b/extensions/gemfire-modules-assembly/release/conf/cache-client.xml
@@ -1,10 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one or more
+	contributor license agreements.  See the NOTICE file distributed with
+	this work for additional information regarding copyright ownership.
+	The ASF licenses this file to You under the Apache License, Version 2.0
+	(the "License"); you may not use this file except in compliance with
+	the License.  You may obtain a copy of the License at
 
-<!DOCTYPE client-cache PUBLIC
-  "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
-  "http://www.gemstone.com/dtd/cache6_6.dtd">
-  
-<client-cache>
+	     http://www.apache.org/licenses/LICENSE-2.0
+
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<client-cache
+    xmlns="http://schema.pivotal.io/gemfire/cache"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://schema.pivotal.io/gemfire/cache http://schema.pivotal.io/gemfire/cache/cache-9.0.xsd"
+    version="9.0">
 
   <!-- The default pool connects to a cache server running on  localhost at
        port 40404. To connect to a different server host and port, modify

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/conf/cache-peer.xml
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/conf/cache-peer.xml b/extensions/gemfire-modules-assembly/release/conf/cache-peer.xml
index 1a49637..1f62cb1 100755
--- a/extensions/gemfire-modules-assembly/release/conf/cache-peer.xml
+++ b/extensions/gemfire-modules-assembly/release/conf/cache-peer.xml
@@ -1,10 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one or more
+	contributor license agreements.  See the NOTICE file distributed with
+	this work for additional information regarding copyright ownership.
+	The ASF licenses this file to You under the Apache License, Version 2.0
+	(the "License"); you may not use this file except in compliance with
+	the License.  You may obtain a copy of the License at
 
-<!DOCTYPE cache PUBLIC
-  "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
-  "http://www.gemstone.com/dtd/cache6_6.dtd">
-  
-<cache>
+	     http://www.apache.org/licenses/LICENSE-2.0
+
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<cache
+    xmlns="http://schema.pivotal.io/gemfire/cache"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://schema.pivotal.io/gemfire/cache http://schema.pivotal.io/gemfire/cache/cache-9.0.xsd"
+    version="9.0">
 
   <!-- Uncomment the following disk-store element to modify the default disk store directory -->
   <!--

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/conf/cache-server.xml
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/conf/cache-server.xml b/extensions/gemfire-modules-assembly/release/conf/cache-server.xml
index 6ee2223..b9d8c2c 100755
--- a/extensions/gemfire-modules-assembly/release/conf/cache-server.xml
+++ b/extensions/gemfire-modules-assembly/release/conf/cache-server.xml
@@ -1,10 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one or more
+	contributor license agreements.  See the NOTICE file distributed with
+	this work for additional information regarding copyright ownership.
+	The ASF licenses this file to You under the Apache License, Version 2.0
+	(the "License"); you may not use this file except in compliance with
+	the License.  You may obtain a copy of the License at
 
-<!DOCTYPE cache PUBLIC
-  "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
-  "http://www.gemstone.com/dtd/cache6_6.dtd">
-  
-<cache>
+	     http://www.apache.org/licenses/LICENSE-2.0
+
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<cache
+    xmlns="http://schema.pivotal.io/gemfire/cache"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://schema.pivotal.io/gemfire/cache http://schema.pivotal.io/gemfire/cache/cache-9.0.xsd"
+    version="9.0">
 
   <!-- Uncomment the following gateway-hub element to create a gateway hub -->
   <!--

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/scripts/cacheserver.bat
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/scripts/cacheserver.bat b/extensions/gemfire-modules-assembly/release/scripts/cacheserver.bat
index 538bd7a..8ae0776 100755
--- a/extensions/gemfire-modules-assembly/release/scripts/cacheserver.bat
+++ b/extensions/gemfire-modules-assembly/release/scripts/cacheserver.bat
@@ -1,9 +1,20 @@
 @echo off
 rem
-rem Copyright 2015 Pivotal Software, Inc.
-rem cacheserver.bat - The script used to control the cacheserver. 
-rem Release Version - @bundle.version@
-rem 
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem      http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+rem
 
 setlocal
 setlocal enableextensions

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/scripts/cacheserver.sh
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/scripts/cacheserver.sh b/extensions/gemfire-modules-assembly/release/scripts/cacheserver.sh
index f37270f..e216251 100755
--- a/extensions/gemfire-modules-assembly/release/scripts/cacheserver.sh
+++ b/extensions/gemfire-modules-assembly/release/scripts/cacheserver.sh
@@ -1,9 +1,18 @@
 #!/usr/bin/env bash
-
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
 #
-# Copyright 2015 Pivotal Software, Inc
-# cacheserver.sh - Script used to control the cacheserver
-# Release Version - @bundle.version@
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 #
 
 # Set GEMFIRE to the product toplevel directory

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/scripts/gemfire.bat
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/scripts/gemfire.bat b/extensions/gemfire-modules-assembly/release/scripts/gemfire.bat
index 96d2564..6102b88 100755
--- a/extensions/gemfire-modules-assembly/release/scripts/gemfire.bat
+++ b/extensions/gemfire-modules-assembly/release/scripts/gemfire.bat
@@ -1,3 +1,21 @@
+@echo off
+rem
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem      http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+rem
+
 @setlocal enableextensions
 @set scriptdir=%~dp0
 @set gf=%scriptdir:\bin\=%

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/scripts/gemfire.sh
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/scripts/gemfire.sh b/extensions/gemfire-modules-assembly/release/scripts/gemfire.sh
index c080f87..c36c320 100755
--- a/extensions/gemfire-modules-assembly/release/scripts/gemfire.sh
+++ b/extensions/gemfire-modules-assembly/release/scripts/gemfire.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 # Set GEMFIRE to the product toplevel directory
 GEMFIRE=`dirname $0`
 OLDPWD=$PWD

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.bat
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.bat b/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.bat
index 6a5b219..eb60d3d 100755
--- a/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.bat
+++ b/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.bat
@@ -1,5 +1,21 @@
 @echo off
-@echo off
+rem
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem      http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+rem
+
 setlocal enableextensions
 set scriptdir=%~dp0
 set gf=%scriptdir:\bin\=%

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.sh
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.sh b/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.sh
index 2fa707b..1ac8e0d 100755
--- a/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.sh
+++ b/extensions/gemfire-modules-assembly/release/session/bin/cacheserver.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 # Set GEMFIRE to the product toplevel directory
 GEMFIRE=`dirname $0`
 OLDPWD=$PWD

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/session/bin/gemfire.bat
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/session/bin/gemfire.bat b/extensions/gemfire-modules-assembly/release/session/bin/gemfire.bat
index 9aef6e2..abf1138 100755
--- a/extensions/gemfire-modules-assembly/release/session/bin/gemfire.bat
+++ b/extensions/gemfire-modules-assembly/release/session/bin/gemfire.bat
@@ -1,5 +1,21 @@
 @echo off
-@echo off
+rem
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem      http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+rem
+
 setlocal enableextensions
 set scriptdir=%~dp0
 set gf=%scriptdir:\bin\=%

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/session/bin/gemfire.sh
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/session/bin/gemfire.sh b/extensions/gemfire-modules-assembly/release/session/bin/gemfire.sh
index 74ec1c4..1d8abb4 100755
--- a/extensions/gemfire-modules-assembly/release/session/bin/gemfire.sh
+++ b/extensions/gemfire-modules-assembly/release/session/bin/gemfire.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 # Set GEMFIRE to the product toplevel directory
 GEMFIRE=`dirname $0`
 OLDPWD=$PWD

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/session/bin/modify_war
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/session/bin/modify_war b/extensions/gemfire-modules-assembly/release/session/bin/modify_war
index ed8999b..617a33b 100755
--- a/extensions/gemfire-modules-assembly/release/session/bin/modify_war
+++ b/extensions/gemfire-modules-assembly/release/session/bin/modify_war
@@ -1,4 +1,19 @@
 #!/usr/bin/env bash
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 
 X=`dirname $0`
 EXE_DIR=`cd $X; pwd`

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/session/conf/cache-client.xml
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/session/conf/cache-client.xml b/extensions/gemfire-modules-assembly/release/session/conf/cache-client.xml
deleted file mode 100755
index 63986ad..0000000
--- a/extensions/gemfire-modules-assembly/release/session/conf/cache-client.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE client-cache PUBLIC
-  "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
-  "http://www.gemstone.com/dtd/cache6_6.dtd">
-  
-<client-cache>
-
-  <!-- The default pool connects to a cache server running on  localhost at
-       port 40404. To connect to a different server host and port, modify
-       the following pool server host and port. -->
-  <pool name="sessions" subscription-enabled="true">
-    <server host="localhost" port="40404"/>
-  </pool>
-
-  <!-- To configure the client to use a locator instead of a server, replace
-       the server pool above with the locator pool below and modify the locator
-       host and port as necessary. -->
-  <!--
-  <pool name="sessions" subscription-enabled="true">
-    <locator host="localhost" port="10334"/>
-  </pool>
-  -->
-  
-</client-cache>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/session/conf/cache-peer.xml
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/session/conf/cache-peer.xml b/extensions/gemfire-modules-assembly/release/session/conf/cache-peer.xml
deleted file mode 100755
index 83300f1..0000000
--- a/extensions/gemfire-modules-assembly/release/session/conf/cache-peer.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE cache PUBLIC
-  "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
-  "http://www.gemstone.com/dtd/cache6_6.dtd">
-  
-<cache>
-
-  <!-- Uncomment the following disk-store element to modify the default disk store directory -->
-  <!--
-  <disk-store name="DEFAULT">
-    <disk-dirs>
-      <disk-dir>/path/to/persistent/data</disk-dir>
-    </disk-dirs>
-  </disk-store>
-  -->
-
-  <!-- This is the definition of the default session region -->
-  <!--
-  <region name="gemfire_modules_sessions">
-    <region-attributes scope="distributed-ack" enable-gateway="false" data-policy="replicate" statistics-enabled="true"/>
-  </region>
-  -->
-  
-</cache>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/extensions/gemfire-modules-assembly/release/session/conf/cache-server.xml
----------------------------------------------------------------------
diff --git a/extensions/gemfire-modules-assembly/release/session/conf/cache-server.xml b/extensions/gemfire-modules-assembly/release/session/conf/cache-server.xml
deleted file mode 100755
index 74caee7..0000000
--- a/extensions/gemfire-modules-assembly/release/session/conf/cache-server.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE cache PUBLIC
-  "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
-  "http://www.gemstone.com/dtd/cache6_6.dtd">
-  
-<cache>
-
-  <!-- Uncomment the following gateway-hub element to create a gateway hub -->
-  <!--
-  <gateway-hub id="NY" port="11110">
-    <gateway id="LN">
-      <gateway-endpoint id="LN-1" host="localhost" port="22220"/>
-      <gateway-queue disk-store-name="NY_GATEWAY"/>
-    </gateway>
-  </gateway-hub>
-  -->
-
-  <!-- Uncomment the following cache-server element to modify the listen port -->
-  <!--
-  <cache-server port="44444"/>
-  -->
-
-  <!-- Uncomment the following disk-store element to modify the default disk store directory -->
-  <!--
-  <disk-store name="DEFAULT">
-    <disk-dirs>
-      <disk-dir>/path/to/persistent/data</disk-dir>
-    </disk-dirs>
-  </disk-store>
-  -->
-  
-  <!-- Uncomment the following disk-store element to create the NY_GATEWAY disk store
-       (for the gateway-hub element defined above) -->
-  <!--
-  <disk-store name="NY_GATEWAY">
-    <disk-dirs>
-      <disk-dir>/path/to/persistent/data</disk-dir>
-    </disk-dirs>
-  </disk-store>
-  -->
-  
-  <!-- This is the definition of the default session region -->
-  <!--
-  <region name="gemfire_modules_sessions">
-    <region-attributes enable-gateway="false" data-policy="partition" statistics-enabled="true">
-      <partition-attributes redundant-copies="1" total-num-buckets="113"/>
-    </region-attributes>
-  </region>
-  -->
-
-</cache>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b15ddfd8/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index bd95546..d98683a 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -73,15 +73,16 @@ rat {
     'gemfire-spark-connector/project/plugins.sbt',
     'gemfire-spark-connector/project/build.properties',
     '**/log4j*.xml',
+
+    // modules
+    'extensions/**/log4j.properties',
+    'extensions/**/tomcat-users.xml',
+    'extensions/gemfire-modules-assembly/release/tcserver/**',
+    'extensions/gemfire-modules-assembly/release/**/setenv.properties',
     'extensions/gemfire-modules/src/main/java/com/gemstone/gemfire/modules/session/catalina/LocalStrings.properties',
     'extensions/gemfire-modules/src/main/resources/modules-version.properties',
-    'extensions/gemfire-modules/src/test/resources/tomcat/conf/tomcat-users.xml',
     'extensions/gemfire-modules/src/test/resources/com/gemstone/gemfire/modules/Event.hbm.xml',
     'extensions/gemfire-modules/src/test/resources/com/gemstone/gemfire/modules/Person.hbm.xml',
-    'extensions/gemfire-modules/src/test/resources/log4j.properties',
-    'extensions/gemfire-modules-tomcat7/src/test/resources/tomcat/conf/tomcat-users.xml',
-    'extensions/gemfire-modules-hibernate/src/test/resources/log4j.properties',
-    'extensions/gemfire-modules-session/src/test/resources/log4j.properties',
 
     // these are test files that don't expect the first element to be a comment
     'gemfire-core/src/test/resources/com/gemstone/gemfire/management/internal/configuration/domain/CacheElementJUnitTest.xml',