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 05:44:16 UTC

svn commit: r789161 - /websites/staging/opennlp/trunk/content/opennlp/source-code.html

Author: buildbot
Date: Wed May  4 03:44:16 2011
New Revision: 789161

Log:
Staging update by buildbot

Modified:
    websites/staging/opennlp/trunk/content/opennlp/source-code.html

Modified: websites/staging/opennlp/trunk/content/opennlp/source-code.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/source-code.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/source-code.html Wed May  4 03:44:16 2011
@@ -75,17 +75,6 @@ https://svn.apache.org/repos/asf/incubat
 <p>To checkout a specific branch or tag:
 <pre><code>svn co https://svn.apache.org/repos/asf/incubator/opennlp/branches/(branch name)
 svn co https://svn.apache.org/repos/asf/incubator/opennlp/tags/(tag name)</code></pre></p>
-<h1 id="build_from_sources">Build from Sources</h1>
-<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>
-</ul>
-<p>TODO Any needed modules Java JDK, etc needed to build.  And maybe links to required items.</p>
-<h2 id="building">Building</h2>
-<p>TODO How to build the project from the sources just checked out...</p>
   </div>
   
   <div class="clear">