You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/08/26 20:13:24 UTC

svn commit: r437198 - /jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml

Author: jukka
Date: Sat Aug 26 11:13:23 2006
New Revision: 437198

URL: http://svn.apache.org/viewvc?rev=437198&view=rev
Log:
site: Updated the "Building Jackrabbit" page to mention the binary releases.

Modified:
    jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml

Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml?rev=437198&r1=437197&r2=437198&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml (original)
+++ jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/building.xml Sat Aug 26 11:13:23 2006
@@ -22,10 +22,12 @@
   <body>
     <section name="Building Jackrabbit">
       <p>
-        As the Jackrabbit project has yet to make its first binary releases,
-        you need to build Jackrabbit from sources to install it. The
-        <a href="http://maven.apache.org/maven-1.x/">Maven</a> build environment
-        makes it very easy to build Jackrabbit.
+        The easiest way to use Jackrabbit is to
+        <a href="../downloads.cgi">download</a> a binary release, but if you
+        want to access the latest development version, you need to get the
+        Jackrabbit sources and build them using the
+        <a href="http://maven.apache.org/maven-1.x/">Maven 1.x</a> build
+        environment.
       </p>
       <p>
         The first step in building Jackrabbit is to check out the Jackrabbit