Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91FDCDEFD for ; Sat, 12 Jan 2013 17:19:08 +0000 (UTC) Received: (qmail 6030 invoked by uid 500); 12 Jan 2013 17:19:08 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 5962 invoked by uid 500); 12 Jan 2013 17:19:08 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 5955 invoked by uid 99); 12 Jan 2013 17:19:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2013 17:19:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2013 17:19:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3384B23888FE for ; Sat, 12 Jan 2013 17:18:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r846397 - in /websites/staging/commons/trunk/content: ./ .htaccess Date: Sat, 12 Jan 2013 17:18:48 -0000 To: commits@commons.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130112171848.3384B23888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sat Jan 12 17:18:47 2013 New Revision: 846397 Log: Staging update by buildbot for commons Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/.htaccess Propchange: websites/staging/commons/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Jan 12 17:18:47 2013 @@ -1 +1 @@ -1432460 +1432477 Modified: websites/staging/commons/trunk/content/.htaccess ============================================================================== --- websites/staging/commons/trunk/content/.htaccess (original) +++ websites/staging/commons/trunk/content/.htaccess Sat Jan 12 17:18:47 2013 @@ -1,12 +1,12 @@ # redirect from previous path #propers +RedirectMatch ^(.*)/attributes/(.*) $1/proper/commons-attributes/$2 +RedirectMatch ^(.*)/cli/(.*) $1/proper/commons-cli/$2 RedirectMatch ^(.*)/collections/(.*) $1/proper/commons-collections/$2 +RedirectMatch ^(.*)/digester/(.*) $1/proper/commons-digester/$2 RedirectMatch ^(.*)/exec/(.*) $1/proper/commons-exec/$2 -RedirectMatch ^(.*)/cli/(.*) $1/proper/commons-cli/$2 RedirectMatch ^(.*)/ognl/(.*) $1/proper/commons-ognl/$2 -RedirectMatch ^(.*)/digester/(.*) $1/proper/commons-digester/$2 -RedirectMatch ^(.*)/attributes/(.*) $1/proper/commons-attributes/$2 #sandbox -RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox/commons-cli2/$2 RedirectMatch ^(.*)/sandbox/beanutils2/(.*) $1/sandbox/commons-beanutils2/$2 +RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox/commons-cli2/$2