You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2013/01/01 05:43:10 UTC

svn commit: r1427294 - /continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt

Author: brett
Date: Tue Jan  1 04:43:10 2013
New Revision: 1427294

URL: http://svn.apache.org/viewvc?rev=1427294&view=rev
Log:
minor adjustments to building guide

Modified:
    continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt

Modified: continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt?rev=1427294&r1=1427293&r2=1427294&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt Tue Jan  1 04:43:10 2013
@@ -1,5 +1,5 @@
  ------
- Guide to build Continuum
+ Guide to building Continuum
  ------
  Emmanuel Venisse
  ------
@@ -12,17 +12,18 @@ Guide to building Continuum
 
   You might want to build Continuum yourself for one of two reasons:
 
+    * To build the source release of Continuum
+
     * to try out a bleeding edge feature or bugfix (issues can be found in
       {{{http://jira.codehaus.org/browse/CONTINUUM} JIRA}}), but you can try our SNAPSHOTs: {{http://vmbuild.apache.org/}}
 
     * to fix a problem you are having and submit a patch to the development team.
 
-  Note that you don't need to build Continuum for day to day use. While we encourage getting
-  involved and fixing bugs that you find, for day to day use we recommend using the latest GA release.
+  Note that for releases, you may also make use of pre-built binaries.
 
 * Checking out the sources
 
-  All of the source code for Continuum and its related libraries is in a {{{http://subversion.tigris.org/} Subversion}} repository.
+  All of the source code for Continuum and its related libraries is in a Subversion repository.
   You can also {{{http://svn.apache.org/viewvc/continuum/} browse the repository}}, or checkout specific modules directly.
 
   All SVN instructions are available on the {{{http://continuum.apache.org/source-repository.html}Source Repository page}}.