Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 26841 invoked from network); 30 Mar 2006 07:14:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Mar 2006 07:14:33 -0000 Received: (qmail 50978 invoked by uid 500); 30 Mar 2006 07:14:31 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 50859 invoked by uid 500); 30 Mar 2006 07:14:31 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 50778 invoked by uid 99); 30 Mar 2006 07:14:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 23:14:30 -0800 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; Wed, 29 Mar 2006 23:14:29 -0800 Received: (qmail 26664 invoked by uid 65534); 30 Mar 2006 07:14:09 -0000 Message-ID: <20060330071409.26663.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r390018 - in /jackrabbit/trunk/jcr-server: README.txt webapp/src/webapp/index.jsp Date: Thu, 30 Mar 2006 07:14:08 -0000 To: commits@jackrabbit.apache.org From: angela@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: angela Date: Wed Mar 29 23:14:07 2006 New Revision: 390018 URL: http://svn.apache.org/viewcvs?rev=390018&view=rev Log: Never miss a chance to read checkin messages ;) Minor documentation issues: - README.txt still refers to jcr-rmi as contrib. - index.jsp still refers to jcr-server as contrib. Modified: jackrabbit/trunk/jcr-server/README.txt jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp Modified: jackrabbit/trunk/jcr-server/README.txt URL: http://svn.apache.org/viewcvs/jackrabbit/trunk/jcr-server/README.txt?rev=390018&r1=390017&r2=390018&view=diff ============================================================================== --- jackrabbit/trunk/jcr-server/README.txt (original) +++ jackrabbit/trunk/jcr-server/README.txt Wed Mar 29 23:14:07 2006 @@ -7,7 +7,7 @@ ------------ This project assumes that you have already successfully compiled and -installed the parent project Jackrabbit and the contrib project jcr-rmi +installed the parent project Jackrabbit and the jcr-rmi project into your maven repository. If this is not the case, go back to the root project and launch @@ -15,7 +15,7 @@ which will build and copy Jackrabbit into ~/.maven/repository/org.apache.jackrabbit/jars -Also go to the contrib project jcr-rmi and launch +Also go to the jcr-rmi project and launch maven jar:install Modified: jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp URL: http://svn.apache.org/viewcvs/jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp?rev=390018&r1=390017&r2=390018&view=diff ============================================================================== --- jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp (original) +++ jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp Wed Mar 29 23:14:07 2006 @@ -4,11 +4,11 @@ org.apache.jackrabbit.j2ee.JCRWebdavServerServlet"%><% %> -Jackrabbit JCR-Server Contribution +Jackrabbit JCR-Server -

JCR-Server Contribution

-

JCR-Server contribution provides 2 views

+

JCR-Server

+

JCR-Server provides 2 views

  1. Filebased View (SimpleWebdavServlet)

    @@ -21,7 +21,7 @@

  2. Context Path: <%= request.getContextPath() %>
  3. Resource Path Prefix: <%= SimpleWebdavServlet.getPathPrefix(pageContext.getServletContext()) %>
  4. Workspace Name: see /WEB-INF/repository/repository.xml (Default = 'default')
  5. -
  6. Source: /contrib/jcr-server/server/webdav/simple
  7. +
  8. Source: /jcr-server/server/webdav/simple
  9. @@ -48,7 +48,7 @@

  10. Context Path: <%= request.getContextPath() %>
  11. Resource Path Prefix: <%= JCRWebdavServerServlet.getPathPrefix(pageContext.getServletContext()) %>
  12. Workspace Name: - Not required - (available workspaces are mapped as resources)
  13. -
  14. Source: /contrib/jcr-server/server/webdav/jcr
  15. +
  16. Source: /jcr-server/server/webdav/jcr