You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by se...@apache.org on 2009/10/26 14:12:00 UTC

svn commit: r829784 - /jackrabbit/trunk/README.txt

Author: sebastien
Date: Mon Oct 26 13:12:00 2009
New Revision: 829784

URL: http://svn.apache.org/viewvc?rev=829784&view=rev
Log:
Building does not need a pre-release JCR 2.0 artifact anymore as the official one is available on maven public repositories

Modified:
    jackrabbit/trunk/README.txt

Modified: jackrabbit/trunk/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/README.txt?rev=829784&r1=829783&r2=829784&view=diff
==============================================================================
--- jackrabbit/trunk/README.txt (original)
+++ jackrabbit/trunk/README.txt Mon Oct 26 13:12:00 2009
@@ -20,14 +20,7 @@
 Building Jackrabbit
 ===================
 
-To build Jackrabbit, you first need to download the jcr-2.0-b114.jar and
-jcr-2.0-b114.xml files from https://issues.apache.org/jira/browse/JCR-1104
-and install them to your local Maven repository:
-
-    mvn install:install-file \
-        -Dfile=jcr-2.0-b114.jar -DpomFile=jcr-2.0-b114.xml
-
-Once you've installed the jar, you can build Jackrabbit like this:
+You can build Jackrabbit like this:
 
     mvn clean install