Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 44548 invoked from network); 3 Nov 2005 12:41:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Nov 2005 12:41:32 -0000 Received: (qmail 68901 invoked by uid 500); 3 Nov 2005 12:41:32 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 68890 invoked by uid 500); 3 Nov 2005 12:41:31 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 68887 invoked by uid 99); 3 Nov 2005 12:41:31 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 03 Nov 2005 04:41:31 -0800 Received: (qmail 44358 invoked by uid 65534); 3 Nov 2005 12:41:11 -0000 Message-ID: <20051103124111.44357.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r330537 - /incubator/jackrabbit/trunk/jackrabbit/README.txt Date: Thu, 03 Nov 2005 12:41:10 -0000 To: jackrabbit-cvs@incubator.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jukka Date: Thu Nov 3 04:41:06 2005 New Revision: 330537 URL: http://svn.apache.org/viewcvs?rev=330537&view=rev Log: JCR-227: Documented the new source layout. Modified: incubator/jackrabbit/trunk/jackrabbit/README.txt Modified: incubator/jackrabbit/trunk/jackrabbit/README.txt URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jackrabbit/README.txt?rev=330537&r1=330536&r2=330537&view=diff ============================================================================== --- incubator/jackrabbit/trunk/jackrabbit/README.txt (original) +++ incubator/jackrabbit/trunk/jackrabbit/README.txt Thu Nov 3 04:41:06 2005 @@ -67,6 +67,14 @@ http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/ +The Jackrabbit main project is located in the "jacrabbit" subdirectory +and the "contrib" subdirectory contains various additional modules and +contributed projects. + +To checkout the main Jackrabbit source tree, run + + svn checkout http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/jackrabbit + Once you have a copy of the source code tree, you can use Apache Maven http://maven.apache.org/