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 2005/07/03 10:25:18 UTC

svn commit: r208896 - /incubator/jackrabbit/trunk/xdocs/downloads.xml

Author: jukka
Date: Sun Jul  3 01:25:15 2005
New Revision: 208896

URL: http://svn.apache.org/viewcvs?rev=208896&view=rev
Log:
Minor updates to download and build instructions.

Modified:
    incubator/jackrabbit/trunk/xdocs/downloads.xml

Modified: incubator/jackrabbit/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/xdocs/downloads.xml?rev=208896&r1=208895&r2=208896&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/xdocs/downloads.xml (original)
+++ incubator/jackrabbit/trunk/xdocs/downloads.xml Sun Jul  3 01:25:15 2005
@@ -22,7 +22,11 @@
 
    <body>
       <section name="Releases">
-         <p>There are no releases available.</p>
+         <p>
+           There are no releases available yet. See the
+           <a href="http://issues.apache.org/jira/browse/JCR?report=com.atlassian.jira.plugin.system.project:roadmap-panel">Jira Road Map</a>
+           for the issues remaining before the first release is made.
+         </p>
 
 <!--
          <p>The following releases are available:</p>
@@ -66,29 +70,21 @@
          </p>
          <source>svn co http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk jackrabbit</source>
          <p>
-            You need at least version 1.0.2 of the
+            You need version 1.0.2 of the
             <a href="http://maven.apache.org/">Apache Maven</a> tool to build
             the Jackrabbit sources. Maven will automatically download all
             Jackrabbit dependencies and compile the Jackrabbit sources when
             you run the following command:
          </p>
-         <source>maven jar</source>
+         <source>maven</source>
          <p>
             For other build options, please see the
             <a href="http://maven.apache.org/start/use.html">Maven documentation</a>.
          </p>
          <p>
-            Note that Jackrabbit depends on a couple of libraries
-            (most notably the draft version of the JSR 170 API) that are not
-            available from the standard Maven repositories. You can get these
-            dependencies either by adding http://www.day.com/maven to the list
-            of remote Maven repositories, or by downloading them manually
-            according to instructions given by the Maven run.
-         </p>
-         <p>
             <strong>NOTE:</strong>
             JDK 1.5 users need to download the <code>xalan.jar</code> file
-            that contains the Xalan Interpretive processor from
+            that contains the Xalan Interpretive Processor from
             <a href="http://xml.apache.org/xalan-j/">Xalan-Java</a> and place
             it in <code>$MAVEN_HOME/lib/endorsed</code> to build the
             Jackrabbit sources. The reason for this workaround is explained in