You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2011/05/04 09:35:09 UTC

svn commit: r789167 - /websites/staging/opennlp/trunk/content/opennlp/building.html

Author: buildbot
Date: Wed May  4 07:35:09 2011
New Revision: 789167

Log:
Staging update by buildbot

Modified:
    websites/staging/opennlp/trunk/content/opennlp/building.html

Modified: websites/staging/opennlp/trunk/content/opennlp/building.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/building.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/building.html Wed May  4 07:35:09 2011
@@ -66,17 +66,14 @@
     <h2 id="prerequisites">Prerequisites</h2>
 <ul>
 <li>If you have an IDE installed such as <a href="http://www.netbeans.org/">NetBeans</a> or <a href="http://www.eclipse.org/">Eclipse</a> installed, it will make your development easier.  However, follow on for the brave.</li>
-<li>The Java <a href="http://www.java.com/">JRE</a> is required to run the jar files.</li>
-<li>The Java <a href="http://www.oracle.com/technetwork/java/javase/overview/index.html">JDK</a> is required to compile the object code.</li>
-<li>Apache <a href="http://maven.apache.org/">Maven</a> is required to build the source files and assemble the project, unless you have one of the IDEs listed above.</li>
+<li>At least <a href="http://www.oracle.com/technetwork/java/javase/overview/index.html">JDK 5</a> is required to compile and run the object code.</li>
+<li>At least <a href="http://maven.apache.org/">Apache Maven 3.0</a> is required to build the source files and assemble the project.</li>
 </ul>
 <h2 id="build_procedure">Build Procedure</h2>
 <p>OpenNLP can either be build from the distributed sources or from
 a subversion checkout. These build instructions document how
 to build from the latest trunk version. The distributed source package
 includes a README file which explains how to build it.</p>
-<p>To build at least Maven 3.0 and JDK 5 are required.
-If they are not installed, install them.</p>
 <p>On the first checkout everything should be built.
 Go to the opennlp folder inside the trunk folder (e.g. opennlp-trunk) and type 
 <pre><code>cd opennlp-trunk/opennlp<br>mvn install</code></pre>