Author: jukka
Date: Fri Nov 28 16:03:51 2008
New Revision: 721589

URL: http://svn.apache.org/viewvc?rev=721589&view=rev
Log:
TIKA-176: Getting Started guide

The standalone jar is only available starting with Tika 0.3.

Modified:
    lucene/tika/trunk/src/site/apt/gettingstarted.apt

Modified: lucene/tika/trunk/src/site/apt/gettingstarted.apt
URL: 
http://svn.apache.org/viewvc/lucene/tika/trunk/src/site/apt/gettingstarted.apt?rev=721589&r1=721588&r2=721589&view=diff
==============================================================================
--- lucene/tika/trunk/src/site/apt/gettingstarted.apt (original)
+++ lucene/tika/trunk/src/site/apt/gettingstarted.apt Fri Nov 28 16:03:51 2008
@@ -50,15 +50,15 @@
 
       * tika-x.y.jar
 
-      * tika-x.y-standalone.jar
+      * tika-x.y-standalone.jar (available since 0.3)
 
-      * tika-x.y-jdk14.jar
+      * tika-x.y-jdk14.jar (available since 0.3)
 
    The main build artifact (tika-x.y.jar) contains the compiled Java
    classes and interfaces in the <<<org.apache.tika>>> packages and
    the default Tika configuration settings.
 
-   The standalone jar (tika-x.y-standalone.jar, available since version 0.2)
+   The standalone jar (tika-x.y-standalone.jar, available since version 0.3)
    includes also the classes and resources from all Tika dependencies. You
    can just drop this jar file in your application to access the full
    functionality of all Tika parsers. This is a runnable jar that runs the


Reply via email to