From jackrabbit-commits-return-1399-apmail-incubator-jackrabbit-commits-archive=www.apache.org@incubator.apache.org Thu Sep 29 19:08:46 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 56353 invoked from network); 29 Sep 2005 19:08:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 19:08:46 -0000 Received: (qmail 34560 invoked by uid 500); 29 Sep 2005 19:08:38 -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 34535 invoked by uid 500); 29 Sep 2005 19:08:38 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 34522 invoked by uid 99); 29 Sep 2005 19:08:37 -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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 29 Sep 2005 12:08:37 -0700 Received: (qmail 56311 invoked by uid 65534); 29 Sep 2005 19:08:17 -0000 Message-ID: <20050929190817.56310.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r292515 - in /incubator/jackrabbit/trunk: contrib/bdb-persistence/project.xml contrib/examples/project.xml contrib/jcr-ext/project.xml contrib/textfilters/project.xml project.xml Date: Thu, 29 Sep 2005 19:08:16 -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 Sep 29 12:08:08 2005 New Revision: 292515 URL: http://svn.apache.org/viewcvs?rev=292515&view=rev Log: JCR-223: Use scm:svn: instead of scm:subversion: for repository locations. Modified: incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml incubator/jackrabbit/trunk/contrib/examples/project.xml incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml incubator/jackrabbit/trunk/contrib/textfilters/project.xml incubator/jackrabbit/trunk/project.xml Modified: incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml?rev=292515&r1=292514&r2=292515&view=diff ============================================================================== --- incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml (original) +++ incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml Thu Sep 29 12:08:08 2005 @@ -41,8 +41,8 @@ - scm:subversion:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/bdb-persistence - scm:subversion:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/bdb-persistence + scm:svn:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/bdb-persistence + scm:svn:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/bdb-persistence http://svn.apache.org/viewcvs Modified: incubator/jackrabbit/trunk/contrib/examples/project.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/examples/project.xml?rev=292515&r1=292514&r2=292515&view=diff ============================================================================== --- incubator/jackrabbit/trunk/contrib/examples/project.xml (original) +++ incubator/jackrabbit/trunk/contrib/examples/project.xml Thu Sep 29 12:08:08 2005 @@ -37,8 +37,8 @@ Example code for JCR and Jackrabbit - scm:subversion:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/examples - scm:subversion:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/examples + scm:svn:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/examples + scm:svn:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/examples http://svn.apache.org/viewcvs Modified: incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml?rev=292515&r1=292514&r2=292515&view=diff ============================================================================== --- incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml (original) +++ incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml Thu Sep 29 12:08:08 2005 @@ -28,8 +28,8 @@ Utilities for JCR implementations - scm:subversion:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/jcr-ext - scm:subversion:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/jcr-ext + scm:svn:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/jcr-ext + scm:svn:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/jcr-ext http://svn.apache.org/viewcvs Modified: incubator/jackrabbit/trunk/contrib/textfilters/project.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/textfilters/project.xml?rev=292515&r1=292514&r2=292515&view=diff ============================================================================== --- incubator/jackrabbit/trunk/contrib/textfilters/project.xml (original) +++ incubator/jackrabbit/trunk/contrib/textfilters/project.xml Thu Sep 29 12:08:08 2005 @@ -34,8 +34,8 @@ incubator.apache.org /www/www.apache.org/dist/java-repository/ - scm:subversion:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk - scm:subversion:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk + scm:svn:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk + scm:svn:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk http://svn.apache.org/viewcvs Modified: incubator/jackrabbit/trunk/project.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/project.xml?rev=292515&r1=292514&r2=292515&view=diff ============================================================================== --- incubator/jackrabbit/trunk/project.xml (original) +++ incubator/jackrabbit/trunk/project.xml Thu Sep 29 12:08:08 2005 @@ -50,8 +50,8 @@ incubator.apache.org /www/www.apache.org/dist/java-repository/ - scm:subversion:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk - scm:subversion:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk + scm:svn:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk + scm:svn:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk http://svn.apache.org/viewcvs