From 1eaa40e7b46f32d02e681fdeb52c920db15a1de7 Mon Sep 17 00:00:00 2001
From: Robert Muir
Date: Mon, 27 Jun 2011 11:45:40 +0000
Subject: [PATCH] fix some out of date docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140119 13f79535-47bb-0310-9956-ffa450edef68
---
lucene/src/site/build/site/systemrequirements.html | 5 +----
.../src/documentation/content/xdocs/systemrequirements.xml | 4 +---
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/lucene/src/site/build/site/systemrequirements.html b/lucene/src/site/build/site/systemrequirements.html
index 972d98b485c..30654df18a0 100644
--- a/lucene/src/site/build/site/systemrequirements.html
+++ b/lucene/src/site/build/site/systemrequirements.html
@@ -240,10 +240,7 @@ document.write("Last Published: " + document.lastModified);
ANT 1.7.0 or greater.
-JUnit 3.8.2 if you wish to run the unit tests.
-
-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.
+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.)
diff --git a/lucene/src/site/src/documentation/content/xdocs/systemrequirements.xml b/lucene/src/site/src/documentation/content/xdocs/systemrequirements.xml
index f27fdaad475..eebe96c55cb 100644
--- a/lucene/src/site/src/documentation/content/xdocs/systemrequirements.xml
+++ b/lucene/src/site/src/documentation/content/xdocs/systemrequirements.xml
@@ -15,9 +15,7 @@
- Java 1.5.x or greater.
- ANT 1.7.0 or greater.
- - JUnit 3.8.2 if you wish to run the unit tests.
- - 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.
+ - 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.)
Contrib modules may have other requirements, refer to their documentation and build files for information.