fix some out of date docs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-06-27 11:45:40 +00:00
parent 22f37cf1f1
commit 1eaa40e7b4
2 changed files with 2 additions and 7 deletions

View File

@ -240,10 +240,7 @@ document.write("Last Published: " + document.lastModified);
<li>ANT 1.7.0 or greater.</li>
<li>JUnit 3.8.2 if you wish to run the unit tests.</li>
<li>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.</li>
<li>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.)</li>
</ul>

View File

@ -15,9 +15,7 @@
<ul>
<li>Java 1.5.x or greater.</li>
<li>ANT 1.7.0 or greater.</li>
<li>JUnit 3.8.2 if you wish to run the unit tests.</li>
<li>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.</li>
<li>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.)</li>
</ul>
</p>
<p>Contrib modules may have other requirements, refer to their documentation and build files for information.</p>