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

svn commit: r1099315 - /incubator/opennlp/site/trunk/content/opennlp/source-code.mdtext

Author: jkosin
Date: Wed May  4 03:44:06 2011
New Revision: 1099315

URL: http://svn.apache.org/viewvc?rev=1099315&view=rev
Log:
OPENNLP-167: removed build instructions from source-code page

Modified:
    incubator/opennlp/site/trunk/content/opennlp/source-code.mdtext

Modified: incubator/opennlp/site/trunk/content/opennlp/source-code.mdtext
URL: http://svn.apache.org/viewvc/incubator/opennlp/site/trunk/content/opennlp/source-code.mdtext?rev=1099315&r1=1099314&r2=1099315&view=diff
==============================================================================
--- incubator/opennlp/site/trunk/content/opennlp/source-code.mdtext (original)
+++ incubator/opennlp/site/trunk/content/opennlp/source-code.mdtext Wed May  4 03:44:06 2011
@@ -15,18 +15,3 @@ To checkout the latest OpenNLP sources:
 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>
-
-#Build from Sources
-
-## Prerequisites
-
- - If you have an IDE installed such as [NetBeans](http://www.netbeans.org/) or [Eclipse](http://www.eclipse.org/) installed, it will make your development easier.  However, follow on for the brave.
- - The Java [JRE](http://www.java.com/) is required to run the jar files.
- - The Java [JDK](http://www.oracle.com/technetwork/java/javase/overview/index.html) is required to compile the object code.
- - Apache [Maven](http://maven.apache.org/) is required to build the source files and assemble the project, unless you have one of the IDEs listed above.
- 
-TODO Any needed modules Java JDK, etc needed to build.  And maybe links to required items.
-
-## Building
-
-TODO How to build the project from the sources just checked out...