You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2014/09/05 21:12:28 UTC

svn commit: r1622760 - in /tika/site/src/site/apt: 1.4/gettingstarted.apt 1.5/gettingstarted.apt 1.6/gettingstarted.apt index.apt

Author: nick
Date: Fri Sep  5 19:12:27 2014
New Revision: 1622760

URL: http://svn.apache.org/r1622760
Log:
Minimum Java version has been 6 for a little while now

Modified:
    tika/site/src/site/apt/1.4/gettingstarted.apt
    tika/site/src/site/apt/1.5/gettingstarted.apt
    tika/site/src/site/apt/1.6/gettingstarted.apt
    tika/site/src/site/apt/index.apt

Modified: tika/site/src/site/apt/1.4/gettingstarted.apt
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/1.4/gettingstarted.apt?rev=1622760&r1=1622759&r2=1622760&view=diff
==============================================================================
--- tika/site/src/site/apt/1.4/gettingstarted.apt (original)
+++ tika/site/src/site/apt/1.4/gettingstarted.apt Fri Sep  5 19:12:27 2014
@@ -41,7 +41,7 @@ mvn install
  See the Maven documentation for more information about the available
  build options.
 
- Note that you need Java 5 or higher to build Tika.
+ Note that you need Java 6 or higher to build Tika.
 
 Build artifacts
 
@@ -50,7 +50,7 @@ Build artifacts
 
  [tika-core/target/tika-core-*.jar]
   Tika core library. Contains the core interfaces and classes of Tika,
-  but none of the parser implementations. Depends only on Java 5.
+  but none of the parser implementations. Depends only on Java 6.
 
  [tika-parsers/target/tika-parsers-*.jar]
   Tika parsers. Collection of classes that implement the Tika Parser

Modified: tika/site/src/site/apt/1.5/gettingstarted.apt
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/1.5/gettingstarted.apt?rev=1622760&r1=1622759&r2=1622760&view=diff
==============================================================================
--- tika/site/src/site/apt/1.5/gettingstarted.apt (original)
+++ tika/site/src/site/apt/1.5/gettingstarted.apt Fri Sep  5 19:12:27 2014
@@ -41,7 +41,7 @@ mvn install
  See the Maven documentation for more information about the available
  build options.
 
- Note that you need Java 5 or higher to build Tika.
+ Note that you need Java 6 or higher to build Tika.
 
 Build artifacts
 
@@ -50,7 +50,7 @@ Build artifacts
 
  [tika-core/target/tika-core-*.jar]
   Tika core library. Contains the core interfaces and classes of Tika,
-  but none of the parser implementations. Depends only on Java 5.
+  but none of the parser implementations. Depends only on Java 6.
 
  [tika-parsers/target/tika-parsers-*.jar]
   Tika parsers. Collection of classes that implement the Tika Parser

Modified: tika/site/src/site/apt/1.6/gettingstarted.apt
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/1.6/gettingstarted.apt?rev=1622760&r1=1622759&r2=1622760&view=diff
==============================================================================
--- tika/site/src/site/apt/1.6/gettingstarted.apt (original)
+++ tika/site/src/site/apt/1.6/gettingstarted.apt Fri Sep  5 19:12:27 2014
@@ -41,7 +41,7 @@ mvn install
  See the Maven documentation for more information about the available
  build options.
 
- Note that you need Java 5 or higher to build Tika.
+ Note that you need Java 6 or higher to build Tika.
 
 Build artifacts
 
@@ -50,7 +50,7 @@ Build artifacts
 
  [tika-core/target/tika-core-*.jar]
   Tika core library. Contains the core interfaces and classes of Tika,
-  but none of the parser implementations. Depends only on Java 5.
+  but none of the parser implementations. Depends only on Java 6.
 
  [tika-parsers/target/tika-parsers-*.jar]
   Tika parsers. Collection of classes that implement the Tika Parser

Modified: tika/site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/index.apt?rev=1622760&r1=1622759&r2=1622760&view=diff
==============================================================================
--- tika/site/src/site/apt/index.apt (original)
+++ tika/site/src/site/apt/index.apt Fri Sep  5 19:12:27 2014
@@ -25,7 +25,7 @@ Apache Tika - a content analysis toolkit
    over a thousand different file types. Tika is useful for search engine indexing, content analysis, 
    translation, and much more. You can find the latest release on the {{{./download.html}download page}}.
 
-   To build Tika from source, you will need Java 5 and Maven 2. But, you can also jump straight into 
+   To build Tika from source, you will need Java 6 and Maven 2. But, you can also jump straight into 
    extraction using the Tika app jar file, found on the {{{./download.html}download page}}. 
    Another option is to use one of the wrappers written to use Tika in other programming languages, 
    like {{{https://github.com/aviks/Taro.jl}Julia}} or {{{https://github.com/chrismattmann/tika-python}Python}}.