From 9a479121613c1aba7ac01a178a1024afacaa74bd Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sun, 3 Apr 2016 12:09:46 -0400 Subject: [PATCH] package-info.java -> package.html because this package is already defined in core/ --- .../org/apache/lucene/geo/package-info.java | 21 --------------- .../java/org/apache/lucene/geo/package.html | 26 +++++++++++++++++++ 2 files changed, 26 insertions(+), 21 deletions(-) delete mode 100644 lucene/test-framework/src/java/org/apache/lucene/geo/package-info.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/geo/package.html diff --git a/lucene/test-framework/src/java/org/apache/lucene/geo/package-info.java b/lucene/test-framework/src/java/org/apache/lucene/geo/package-info.java deleted file mode 100644 index 9f0340bd572..00000000000 --- a/lucene/test-framework/src/java/org/apache/lucene/geo/package-info.java +++ /dev/null @@ -1,21 +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. - */ - -/** - * Reusable Geo test utilities. - */ -package org.apache.lucene.geo; \ No newline at end of file diff --git a/lucene/test-framework/src/java/org/apache/lucene/geo/package.html b/lucene/test-framework/src/java/org/apache/lucene/geo/package.html new file mode 100644 index 00000000000..874d1a581d0 --- /dev/null +++ b/lucene/test-framework/src/java/org/apache/lucene/geo/package.html @@ -0,0 +1,26 @@ + + + + + + + + +Reusable Geo test utilities. + +