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 706BD200B32 for ; Thu, 9 Jun 2016 02:48:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6EEBC160A2E; Thu, 9 Jun 2016 00:48:23 +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 B782E160A35 for ; Thu, 9 Jun 2016 02:48:22 +0200 (CEST) Received: (qmail 3686 invoked by uid 500); 9 Jun 2016 00:48:21 -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 3677 invoked by uid 99); 9 Jun 2016 00:48:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2016 00:48:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 609A3C0773 for ; Thu, 9 Jun 2016 00:48:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id X2K6G1I7gZy8 for ; Thu, 9 Jun 2016 00:48:20 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 936AC5FE5F for ; Thu, 9 Jun 2016 00:48:19 +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 8F522E017A for ; Thu, 9 Jun 2016 00:48:18 +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 F366F3A0112 for ; Thu, 9 Jun 2016 00:48:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1747476 - in /commons/cms-site/trunk/content: site.xml xdoc/components.xml xdoc/index.xml.vm Date: Thu, 09 Jun 2016 00:48:17 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160609004817.F366F3A0112@svn01-us-west.apache.org> archived-at: Thu, 09 Jun 2016 00:48:23 -0000 Author: niallp Date: Thu Jun 9 00:48:17 2016 New Revision: 1747476 URL: http://svn.apache.org/viewvc?rev=1747476&view=rev Log: Revert Crypto changes Modified: commons/cms-site/trunk/content/site.xml commons/cms-site/trunk/content/xdoc/components.xml commons/cms-site/trunk/content/xdoc/index.xml.vm Modified: commons/cms-site/trunk/content/site.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1747476&r1=1747475&r2=1747476&view=diff ============================================================================== --- commons/cms-site/trunk/content/site.xml (original) +++ commons/cms-site/trunk/content/site.xml Thu Jun 9 00:48:17 2016 @@ -54,7 +54,6 @@ - Modified: commons/cms-site/trunk/content/xdoc/components.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1747476&r1=1747475&r2=1747476&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/components.xml (original) +++ commons/cms-site/trunk/content/xdoc/components.xml Thu Jun 9 00:48:17 2016 @@ -55,8 +55,6 @@ 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 Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1747476&r1=1747475&r2=1747476&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/index.xml.vm (original) +++ commons/cms-site/trunk/content/xdoc/index.xml.vm Thu Jun 9 00:48:17 2016 @@ -119,9 +119,6 @@ Configuration Reading of configuration/preferences files in various formats. ${configurationVersion}${configurationReleased} - Crypto - A cryptographic library optimized with AES-NI wrapping Openssl or JCE algorithm implementations. - ${cryptoVersion}${cryptoReleased} CSV Component for reading and writing comma separated value files. ${csvVersion}${csvReleased}