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 2013/02/08 19:05:14 UTC

svn commit: r1444172 - in /lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet: Dummy.java package.html

Author: rmuir
Date: Fri Feb  8 18:05:13 2013
New Revision: 1444172

URL: http://svn.apache.org/r1444172
Log:
add temporary hack to force doc-files to be copied by javadoc tool and unbreak the build

Added:
    lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/Dummy.java   (with props)
    lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/package.html   (with props)

Added: lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/Dummy.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/Dummy.java?rev=1444172&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/Dummy.java (added)
+++ lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/Dummy.java Fri Feb  8 18:05:13 2013
@@ -0,0 +1,24 @@
+package org.apache.lucene.facet;
+
+/*
+ * 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.
+ */
+
+/** ignore me: I workaround bugs in oracle's javadoc */
+public class Dummy {
+  // TODO: better way to workaround this?
+  private Dummy() {}
+}

Added: lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/package.html?rev=1444172&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/package.html (added)
+++ lucene/dev/trunk/lucene/facet/src/java/org/apache/lucene/facet/package.html Fri Feb  8 18:05:13 2013
@@ -0,0 +1,24 @@
+<!--
+ 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.
+-->
+<html>
+  <head>
+    <title>faceted search</title>
+  </head>
+  <body>
+    <h1>faceted search</h1>
+  </body>
+</html>
\ No newline at end of file