Index: src/site/xdoc/doc/building.xml =================================================================== --- src/site/xdoc/doc/building.xml (revision 387100) +++ src/site/xdoc/doc/building.xml (working copy) @@ -31,8 +31,8 @@ The first step in building Jackrabbit is to check out the Jackrabbit sources from the Subversion source repository at - http://svn.apache.org/repos/af/incubator/jackrabbit/. - The trunk of the source repository is divided in two parts: + http://svn.apache.org/repos/asf/incubator/jackrabbit/. + The trunk of the source repository is divided in several parts:

trunk/jackrabbit
@@ -51,7 +51,44 @@ the JCR API. See the individual contrib projects for installation and usage instructions. +
trunk/jca
+
+ This package includes a JCA resource adapter for Jackrabbit. It's following the JCA 1.0 + specification and can be deployed on a wide range of application servers. +
+
trunk/jcr-rmi
+
+ JCR-RMI is a transparent Remote Method Invocation (RMI) layer for + the Content Repository for Java Technology API (JCR). The layer makes + it possible to remotely access JCR content repositories. JCR-RMI is + developed as a part of the incubating Apache Jackrabbit project, but + the implementation is compatible with all JCR content repositories. +
+
trunk/jcr-server
+
+ This package includes a WebDAV library and WebDAV based JCR client/server + connection facility. +
+
trunk/textfilters
+
+ This project contains TextFilter implementations for the following binary formats: + +
+

+ The above list may not include the newest Jackrabbit projects. To see + the most up to date list of projects, look in the + repository. +