GEODE-37 change file name from (./geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.internal.cache.wan.spi.WANFactory) to (./geode-wan/src/main/resources/META-INF/services/org.apache.geode.internal.cache.wan.spi.WANFactory)
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/9278d532 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/9278d532 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/9278d532 Branch: refs/heads/feature/GEODE-1886 Commit: 9278d532b9054f6b8888c4fcf40b810d9ba87046 Parents: 8880bb5 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 ---------------------------------------------------------------------- ...emstone.gemfire.internal.cache.wan.spi.WANFactory | 15 --------------- ...rg.apache.geode.internal.cache.wan.spi.WANFactory | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/9278d532/geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.internal.cache.wan.spi.WANFactory ---------------------------------------------------------------------- diff --git a/geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.internal.cache.wan.spi.WANFactory b/geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.internal.cache.wan.spi.WANFactory deleted file mode 100644 index ec9bdc9..0000000 --- a/geode-wan/src/main/resources/META-INF/services/com.gemstone.gemfire.internal.cache.wan.spi.WANFactory +++ /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.WANFactoryImpl http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/9278d532/geode-wan/src/main/resources/META-INF/services/org.apache.geode.internal.cache.wan.spi.WANFactory ---------------------------------------------------------------------- diff --git a/geode-wan/src/main/resources/META-INF/services/org.apache.geode.internal.cache.wan.spi.WANFactory b/geode-wan/src/main/resources/META-INF/services/org.apache.geode.internal.cache.wan.spi.WANFactory new file mode 100644 index 0000000..ec9bdc9 --- /dev/null +++ b/geode-wan/src/main/resources/META-INF/services/org.apache.geode.internal.cache.wan.spi.WANFactory @@ -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.WANFactoryImpl
