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/09/12 20:20:52 UTC

svn commit: r280387 - /incubator/jackrabbit/trunk/README.txt

Author: jukka
Date: Mon Sep 12 11:20:35 2005
New Revision: 280387

URL: http://svn.apache.org/viewcvs?rev=280387&view=rev
Log:
README.txt: Removed the multiproject compilation note.

Modified:
    incubator/jackrabbit/trunk/README.txt

Modified: incubator/jackrabbit/trunk/README.txt
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/README.txt?rev=280387&r1=280386&r2=280387&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/README.txt (original)
+++ incubator/jackrabbit/trunk/README.txt Mon Sep 12 11:20:35 2005
@@ -83,24 +83,6 @@
 
 to build the Jackrabbit project and/or documentation.
 
-The Jackrabbit project currently consist out of
-the three parts "api", "commons" and "core". Because of
-dependencies one needs to build the Jackrabbit project
-in the following order
-
-   cd api
-   maven jar:install
-   cd ../commons
-   maven jar:install
-   cd ../core
-   maven jar:install
-
-The top-level Maven build environment uses the Maven Multi-Project
-plugin to automatically build these three main components. The
-above can thus also be performed by running
-
-  maven
-
 NOTE: JDK 1.5 users need to download xalan.jar and place it in
 $MAVEN_HOME/lib/endorsed (or $JRE/lib/endorsed if using Maven 1.1)
 to build the Jackrabbit sources. The reason for this workaround is