Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 36340200B32 for ; Thu, 9 Jun 2016 02:32:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 34AF0160A54; Thu, 9 Jun 2016 00:32:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F747160A2E for ; Thu, 9 Jun 2016 02:32:51 +0200 (CEST) Received: (qmail 70048 invoked by uid 500); 9 Jun 2016 00:32:50 -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 70039 invoked by uid 99); 9 Jun 2016 00:32:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2016 00:32:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 4C5851A037C for ; Thu, 9 Jun 2016 00:32:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id VxjxVTlEX--9 for ; Thu, 9 Jun 2016 00:32:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 827FA5FACD for ; Thu, 9 Jun 2016 00:32:49 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8099DE017A for ; Thu, 9 Jun 2016 00:32:48 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A3E933A0112 for ; Thu, 9 Jun 2016 00:32:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1747472 - /commons/cms-site/trunk/content/xdoc/components.xml Date: Thu, 09 Jun 2016 00:32:47 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160609003247.A3E933A0112@svn01-us-west.apache.org> archived-at: Thu, 09 Jun 2016 00:32:52 -0000 Author: niallp Date: Thu Jun 9 00:32:47 2016 New Revision: 1747472 URL: http://svn.apache.org/viewvc?rev=1747472&view=rev Log: Add "crypto" component to components.xml Modified: commons/cms-site/trunk/content/xdoc/components.xml Modified: commons/cms-site/trunk/content/xdoc/components.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1747472&r1=1747471&r2=1747472&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/components.xml (original) +++ commons/cms-site/trunk/content/xdoc/components.xml Thu Jun 9 00:32:47 2016 @@ -55,6 +55,8 @@ Defines an API for working with tar, zip and bzip2 files. Configuration Reading of configuration/preferences files in various formats. + Crypto + A cryptographic library optimized with AES-NI wrapping Openssl or JCE algorithm implementations CSV Component for reading and writing comma separated value files. Daemon