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 A87D91013A for ; Wed, 25 Sep 2013 17:56:37 +0000 (UTC) Received: (qmail 74397 invoked by uid 500); 25 Sep 2013 17:56:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 74342 invoked by uid 500); 25 Sep 2013 17:56:35 -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 74335 invoked by uid 99); 25 Sep 2013 17:56:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 17:56:35 +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; Wed, 25 Sep 2013 17:56:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DCBC3238889B; Wed, 25 Sep 2013 17:56:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1526246 - /commons/cms-site/trunk/content/xdoc/index.xml Date: Wed, 25 Sep 2013 17:56:11 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130925175611.DCBC3238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Wed Sep 25 17:56:11 2013 New Revision: 1526246 URL: http://svn.apache.org/r1526246 Log: CMS commit to commons by mbenson Modified: commons/cms-site/trunk/content/xdoc/index.xml Modified: commons/cms-site/trunk/content/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml?rev=1526246&r1=1526245&r2=1526246&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/index.xml (original) +++ commons/cms-site/trunk/content/xdoc/index.xml Wed Sep 25 17:56:11 2013 @@ -168,7 +168,7 @@ VFS Virtual File System component for treating files, FTP, SMB, ZIP and such like as a single logical file system. Weaver - Provides an easy way to enhance compiled classes with new functionality by generating ("weaving") bytecode into those classes. + Provides an easy way to enhance (weave) compiled bytecode.