GEODE-37 change file name from (./geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.cache.client.internal.locator.wan.LocatorMembershipListener) to (./geode-wan/src/main/resources/META-INF/services/org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener)
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8880bb59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8880bb59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/8880bb59 Branch: refs/heads/develop Commit: 8880bb59bc0075a07ff296f8c52a90bef10d7558 Parents: 7061213 Author: Hitesh Khamesra <[email protected]> Authored: Tue Sep 13 16:03:16 2016 -0700 Committer: Hitesh Khamesra <[email protected]> Committed: Tue Sep 13 16:03:16 2016 -0700 ---------------------------------------------------------------------- ...nt.internal.locator.wan.LocatorMembershipListener | 15 --------------- ...nt.internal.locator.wan.LocatorMembershipListener | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8880bb59/geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.cache.client.internal.locator.wan.LocatorMembershipListener ---------------------------------------------------------------------- diff --git a/geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.cache.client.internal.locator.wan.LocatorMembershipListener b/geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.cache.client.internal.locator.wan.LocatorMembershipListener deleted file mode 100644 index be534b0..0000000 --- a/geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.cache.client.internal.locator.wan.LocatorMembershipListener +++ /dev/null @@ -1,15 +0,0 @@ -# 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. -org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListenerImpl http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8880bb59/geode-wan/src/main/resources/META-INF/services/org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener ---------------------------------------------------------------------- diff --git a/geode-wan/src/main/resources/META-INF/services/org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener b/geode-wan/src/main/resources/META-INF/services/org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener new file mode 100644 index 0000000..be534b0 --- /dev/null +++ b/geode-wan/src/main/resources/META-INF/services/org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListener @@ -0,0 +1,15 @@ +# 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. +org.apache.geode.cache.client.internal.locator.wan.LocatorMembershipListenerImpl
