Repository: incubator-geode
Updated Branches:
  refs/heads/develop fb2a7e355 -> ef39b3cb1


GEODE-37: change com.gemstone.gemfire to org.apache.geode


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

Branch: refs/heads/develop
Commit: ef39b3cb138e882f5ff5260d35fd055bbca36c5e
Parents: e138756
Author: Kirk Lund <kl...@apache.org>
Authored: Thu Sep 15 16:01:38 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Thu Sep 15 16:03:12 2016 -0700

----------------------------------------------------------------------
 .../org/apache/geode/security/templates/authz5_5.dtd      |  8 ++++----
 .../org/apache/geode/security/templates/authz6_0.dtd      | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ef39b3cb/geode-core/src/test/resources/org/apache/geode/security/templates/authz5_5.dtd
----------------------------------------------------------------------
diff --git 
a/geode-core/src/test/resources/org/apache/geode/security/templates/authz5_5.dtd
 
b/geode-core/src/test/resources/org/apache/geode/security/templates/authz5_5.dtd
index 7080c0e..da44f2f 100644
--- 
a/geode-core/src/test/resources/org/apache/geode/security/templates/authz5_5.dtd
+++ 
b/geode-core/src/test/resources/org/apache/geode/security/templates/authz5_5.dtd
@@ -17,8 +17,8 @@ limitations under the License.
 -->
 <!--
 
-This is the XML DTD for the GemFire sample XML based authorization callback
-in com.gemstone.gemfire.security.templates.XmlAuthorization.
+This is the XML DTD for the Geode sample XML based authorization callback
+in org.apache.geode.security.templates.XmlAuthorization.
 
 All XMLs must include a DOCTYPE of the following form:
 
@@ -28,7 +28,7 @@ All XMLs must include a DOCTYPE of the following form:
 
 The contents of a declarative XML file correspond to APIs found in the
 
-                      com.gemstone.gemfire.security.AccessControl
+                      org.apache.geode.security.AccessControl
 
 package. The sample implementation may be used to specify access control
 policies.
@@ -37,7 +37,7 @@ policies.
 
 <!--
 
-The following conventions apply to all GemFire sample authorization
+The following conventions apply to all Geode sample authorization
 XML file elements unless indicated otherwise.
 
 - In elements that contain PCDATA, leading and trailing whitespace in

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ef39b3cb/geode-core/src/test/resources/org/apache/geode/security/templates/authz6_0.dtd
----------------------------------------------------------------------
diff --git 
a/geode-core/src/test/resources/org/apache/geode/security/templates/authz6_0.dtd
 
b/geode-core/src/test/resources/org/apache/geode/security/templates/authz6_0.dtd
index a77563a..47d445c 100755
--- 
a/geode-core/src/test/resources/org/apache/geode/security/templates/authz6_0.dtd
+++ 
b/geode-core/src/test/resources/org/apache/geode/security/templates/authz6_0.dtd
@@ -17,18 +17,18 @@ limitations under the License.
 -->
 <!--
 
-This is the XML DTD for the GemFire sample XML based authorization callback
-in com.gemstone.gemfire.security.templates.XmlAuthorization.
+This is the XML DTD for the Geode sample XML based authorization callback
+in org.apache.geode.security.templates.XmlAuthorization.
 
 All XMLs must include a DOCTYPE of the following form:
 
   <!DOCTYPE acl PUBLIC
     "-//GemStone Systems, Inc.//GemFire XML Authorization 1.0//EN"
-    "http://www.gemstone.com/dtd/authz5_5.dtd";>
+    "http://www.gemstone.com/dtd/authz6_0.dtd";>
 
 The contents of a declarative XML file correspond to APIs found in the
 
-                      com.gemstone.gemfire.security.AccessControl
+                      org.apache.geode.security.AccessControl
 
 package. The sample implementation may be used to specify access control
 policies.
@@ -37,7 +37,7 @@ policies.
 
 <!--
 
-The following conventions apply to all GemFire sample authorization
+The following conventions apply to all Geode sample authorization
 XML file elements unless indicated otherwise.
 
 - In elements that contain PCDATA, leading and trailing whitespace in

Reply via email to