SOLR-3288: dangling sentence and formatting

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1347323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-06-07 02:27:49 +00:00
parent b9d51ab793
commit c876896b59
1 changed files with 9 additions and 6 deletions

View File

@ -56,12 +56,15 @@ To follow along with this tutorial, you will need...
<li>Java 1.6 or greater. Some places you can get it are from <li>Java 1.6 or greater. Some places you can get it are from
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle</a>, <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle</a>,
<a href="http://openjdk.java.net/">Open JDK</a>, <a href="http://openjdk.java.net/">Open JDK</a>, or
<a href="http://www.ibm.com/developerworks/java/jdk/">IBM</a>, or <a href="http://www.ibm.com/developerworks/java/jdk/">IBM</a>.
<br /> <ul>
Running <span class="codefrag">java -version</span> at the command line should indicate a version <li>Running <span class="codefrag">java -version</span> at the command
number starting with 1.6. Gnu's GCJ is not supported and does not work with Solr. line should indicate a version number starting with 1.6.
</li> </li>
<li>Gnu's GCJ is not supported and does not work with Solr.</li>
</ul>
</li>
<li>A <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">Solr release</a>. <li>A <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">Solr release</a>.
</li> </li>