You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2021/10/17 09:55:41 UTC

[lucene] branch main updated: LUCENE-10163: Remove pointer to no longer exists file (#390)

This is an automated email from the ASF dual-hosted git repository.

tomoko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 18c6010  LUCENE-10163: Remove pointer to no longer exists file (#390)
18c6010 is described below

commit 18c6010e0f549ecb66a493b9280f2dc9df223c24
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Sun Oct 17 18:55:33 2021 +0900

    LUCENE-10163: Remove pointer to no longer exists file (#390)
---
 lucene/README.md              | 1 -
 lucene/SYSTEM_REQUIREMENTS.md | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/lucene/README.md b/lucene/README.md
index b2d1620..76f8a31 100644
--- a/lucene/README.md
+++ b/lucene/README.md
@@ -37,4 +37,3 @@ Files are organized by module, for example in core/:
 To review the documentation, read the main documentation page, located at:
 `docs/index.html`
 
-To build Lucene or its documentation for a source distribution, see `BUILD.md`
diff --git a/lucene/SYSTEM_REQUIREMENTS.md b/lucene/SYSTEM_REQUIREMENTS.md
index 3e44276..bafcedb 100644
--- a/lucene/SYSTEM_REQUIREMENTS.md
+++ b/lucene/SYSTEM_REQUIREMENTS.md
@@ -30,6 +30,3 @@ CPU, disk and memory requirements are based on the many choices made in
 implementing Lucene (document size, number of documents, and number of 
 hits retrieved to name a few). The benchmarks page has some information 
 related to performance on particular platforms. 
-
-*To build Apache Lucene from the source, refer to the `BUILD.md` file in
-the distribution directory.*