You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/06/07 04:27:49 UTC

svn commit: r1347323 - /lucene/dev/trunk/solr/core/src/java/doc-files/tutorial.html

Author: hossman
Date: Thu Jun  7 02:27:49 2012
New Revision: 1347323

URL: http://svn.apache.org/viewvc?rev=1347323&view=rev
Log:
SOLR-3288: dangling sentence and formatting

Modified:
    lucene/dev/trunk/solr/core/src/java/doc-files/tutorial.html

Modified: lucene/dev/trunk/solr/core/src/java/doc-files/tutorial.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/doc-files/tutorial.html?rev=1347323&r1=1347322&r2=1347323&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/doc-files/tutorial.html (original)
+++ lucene/dev/trunk/solr/core/src/java/doc-files/tutorial.html Thu Jun  7 02:27:49 2012
@@ -56,12 +56,15 @@ To follow along with this tutorial, you 
   
 <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://openjdk.java.net/">Open JDK</a>,
-  <a href="http://www.ibm.com/developerworks/java/jdk/">IBM</a>, or
-  <br />
-  Running <span class="codefrag">java -version</span> at the command line should indicate a version
-  number starting with 1.6.  Gnu's GCJ is not supported and does not work with Solr.
-  </li>
+  <a href="http://openjdk.java.net/">Open JDK</a>, or
+  <a href="http://www.ibm.com/developerworks/java/jdk/">IBM</a>.
+  <ul>
+    <li>Running <span class="codefrag">java -version</span> at the command 
+      line should indicate a version number starting with 1.6.
+    </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>