You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/04/07 22:30:02 UTC

[30/50] [abbrv] lucene-solr:apiv2: package-info.java -> package.html because this package is already defined in core/

package-info.java -> package.html because this package is already defined in core/


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9a479121
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9a479121
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9a479121

Branch: refs/heads/apiv2
Commit: 9a479121613c1aba7ac01a178a1024afacaa74bd
Parents: 9ed95bc
Author: Robert Muir <rm...@apache.org>
Authored: Sun Apr 3 12:09:46 2016 -0400
Committer: Robert Muir <rm...@apache.org>
Committed: Sun Apr 3 12:09:46 2016 -0400

----------------------------------------------------------------------
 .../org/apache/lucene/geo/package-info.java     | 21 ----------------
 .../src/java/org/apache/lucene/geo/package.html | 26 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9a479121/lucene/test-framework/src/java/org/apache/lucene/geo/package-info.java
----------------------------------------------------------------------
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 9f0340b..0000000
--- 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

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9a479121/lucene/test-framework/src/java/org/apache/lucene/geo/package.html
----------------------------------------------------------------------
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 0000000..874d1a5
--- /dev/null
+++ b/lucene/test-framework/src/java/org/apache/lucene/geo/package.html
@@ -0,0 +1,26 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!--
+ 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.
+-->
+<!-- not a package-info.java, because we already defined this package in core/ -->
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+<body>
+Reusable Geo test utilities.
+</body>
+</html>