You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2015/02/09 14:56:56 UTC

svn commit: r1658399 [3/3] - in /lucene/dev/trunk/lucene: analysis/morfologik/src/java/org/apache/lucene/analysis/morfologik/ analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/ analysis/smartcn/src/java/org/apache/lucene/analysis/cn/smart/...

Copied: lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/quality/utils/package-info.java (from r1658130, lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/quality/utils/package.html)
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/quality/utils/package-info.java?p2=lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/quality/utils/package-info.java&p1=lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/quality/utils/package.html&r1=1658130&r2=1658399&rev=1658399&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/quality/utils/package.html (original)
+++ lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/quality/utils/package-info.java Mon Feb  9 13:56:55 2015
@@ -1,23 +1,21 @@
-<!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
+/*
+ * 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.
+ */
 
-     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.
--->
-<html>
-<body>
-Miscellaneous utilities for search quality benchmarking: query parsing, submission reports.
-</body>
-
-</html>
+/**
+ * Miscellaneous utilities for search quality benchmarking: query parsing, submission reports.
+ */
+package org.apache.lucene.benchmark.quality.utils;

Copied: lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/utils/package-info.java (from r1658130, lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/utils/package.html)
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/utils/package-info.java?p2=lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/utils/package-info.java&p1=lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/utils/package.html&r1=1658130&r2=1658399&rev=1658399&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/utils/package.html (original)
+++ lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/utils/package-info.java Mon Feb  9 13:56:55 2015
@@ -1,22 +1,21 @@
-<!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
+/*
+ * 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.
+ */
 
-     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.
--->
-<html><head></head>
-<body>
-Benchmark Utility functions.
-</body>
-</html>
+/**
+ * Benchmark Utility functions.
+ */
+package org.apache.lucene.benchmark.utils;