You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/03/12 20:30:43 UTC

svn commit: r1080987 - in /lucene/dev/branches/lucene_solr_3_1: ./ lucene/ lucene/README.txt lucene/docs/demo.html lucene/src/site/src/documentation/content/xdocs/demo.xml solr/

Author: yonik
Date: Sat Mar 12 19:30:43 2011
New Revision: 1080987

URL: http://svn.apache.org/viewvc?rev=1080987&view=rev
Log:
docs: fix demo

Modified:
    lucene/dev/branches/lucene_solr_3_1/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/README.txt
    lucene/dev/branches/lucene_solr_3_1/lucene/docs/demo.html
    lucene/dev/branches/lucene_solr_3_1/lucene/src/site/src/documentation/content/xdocs/demo.xml
    lucene/dev/branches/lucene_solr_3_1/solr/   (props changed)

Modified: lucene/dev/branches/lucene_solr_3_1/lucene/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/lucene/README.txt?rev=1080987&r1=1080986&r2=1080987&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/lucene/README.txt (original)
+++ lucene/dev/branches/lucene_solr_3_1/lucene/README.txt Sat Mar 12 19:30:43 2011
@@ -20,9 +20,6 @@ lucene-core-XX.jar
 contrib/demo/lucene-demos-XX.jar
   The compiled simple example code.
 
-contrib/demo/luceneweb.war
-  The compiled simple example Web Application.
-
 contrib/*
   Contributed code which extends and enhances Lucene, but is not
   part of the core library.  Of special note are the JAR files in the analyzers directory which

Modified: lucene/dev/branches/lucene_solr_3_1/lucene/docs/demo.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/lucene/docs/demo.html?rev=1080987&r1=1080986&r2=1080987&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/lucene/docs/demo.html (original)
+++ lucene/dev/branches/lucene_solr_3_1/lucene/docs/demo.html Sat Mar 12 19:30:43 2011
@@ -305,7 +305,7 @@ latest Lucene distribution and then extr
 You need two JARs: the Lucene JAR, and the Lucene demo JAR.  You should
 see the Lucene JAR file in the directory you created when you extracted the archive -- it
 should be named something like <span class="codefrag">lucene-core-{version}.jar</span>.  You should also see a file
-called <span class="codefrag">lucene-demo-{version}.jar</span>.
+called <span class="codefrag">contrib/demo/lucene-demo-{version}.jar</span>.
 </p>
 <p>
 Put both of these files in your Java CLASSPATH.

Modified: lucene/dev/branches/lucene_solr_3_1/lucene/src/site/src/documentation/content/xdocs/demo.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/lucene/src/site/src/documentation/content/xdocs/demo.xml?rev=1080987&r1=1080986&r2=1080987&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/lucene/src/site/src/documentation/content/xdocs/demo.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/lucene/src/site/src/documentation/content/xdocs/demo.xml Sat Mar 12 19:30:43 2011
@@ -34,7 +34,7 @@ latest Lucene distribution and then extr
 You need two JARs: the Lucene JAR, and the Lucene demo JAR.  You should
 see the Lucene JAR file in the directory you created when you extracted the archive -- it
 should be named something like <code>lucene-core-{version}.jar</code>.  You should also see a file
-called <code>lucene-demo-{version}.jar</code>.
+called <code>contrib/demo/lucene-demo-{version}.jar</code>.
 </p>
 <p>
 Put both of these files in your Java CLASSPATH.