Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 45899 invoked from network); 11 Apr 2005 14:21:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2005 14:21:17 -0000 Received: (qmail 62786 invoked by uid 500); 11 Apr 2005 14:21:17 -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 62759 invoked by uid 500); 11 Apr 2005 14:21:16 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 62755 invoked by uid 99); 11 Apr 2005 14:21:16 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Apr 2005 07:21:13 -0700 Received: (qmail 45869 invoked by uid 65534); 11 Apr 2005 14:21:12 -0000 Message-ID: <20050411142112.45868.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Mon, 11 Apr 2005 14:21:12 -0000 Subject: svn commit: r160882 - incubator/jackrabbit/trunk/xdocs/layout.xml To: jackrabbit-cvs@incubator.apache.org From: jukka@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jukka Date: Mon Apr 11 07:21:10 2005 New Revision: 160882 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D160882 Log: Added more directory layout descriptions. Modified: incubator/jackrabbit/trunk/xdocs/layout.xml Modified: incubator/jackrabbit/trunk/xdocs/layout.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/xdocs/layout.= xml?view=3Ddiff&r1=3D160881&r2=3D160882 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jackrabbit/trunk/xdocs/layout.xml (original) +++ incubator/jackrabbit/trunk/xdocs/layout.xml Mon Apr 11 07:21:10 2005 @@ -38,6 +38,41 @@ src/conf The directory with sample configuration files etc. + + src/grammar + + The directory with + JavaCC grammar files + for the XPath and SQL query languages. + + + + src/test + + The directory containing + JUnit test cases. + + + + applications/test + + The directory containing the test repository used by the unit tests. + + + + xdocs + + The directory containing documentation files shown on + the Maven-generated Jackrabbit web site. + + + + contrib + + The directory containing contributed JCR and Jackrabbit + components and subprojects organized in subdirectories. + +