Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 90459 invoked from network); 19 Jan 2006 16:42:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 16:42:49 -0000 Received: (qmail 49497 invoked by uid 500); 19 Jan 2006 16:41:46 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 48172 invoked by uid 500); 19 Jan 2006 16:41:36 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 47993 invoked by uid 99); 19 Jan 2006 16:41:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 08:41:34 -0800 X-ASF-Spam-Status: No, hits=-9.4 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, 19 Jan 2006 08:34:52 -0800 Received: (qmail 87136 invoked by uid 65534); 19 Jan 2006 16:34:32 -0000 Message-ID: <20060119163432.87135.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r370538 - /incubator/harmony/enhanced/classlib/trunk/modules/security2/src/java.home/lib/security/java.security Date: Thu, 19 Jan 2006 16:34:31 -0000 To: harmony-commits@incubator.apache.org From: geirm@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: geirm Date: Thu Jan 19 08:34:29 2006 New Revision: 370538 URL: http://svn.apache.org/viewcvs?rev=370538&view=rev Log: refactor checkpoint checkin Modified: incubator/harmony/enhanced/classlib/trunk/modules/security2/src/java.home/lib/security/java.security Modified: incubator/harmony/enhanced/classlib/trunk/modules/security2/src/java.home/lib/security/java.security URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/security2/src/java.home/lib/security/java.security?rev=370538&r1=370537&r2=370538&view=diff ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/security2/src/java.home/lib/security/java.security (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/security2/src/java.home/lib/security/java.security Thu Jan 19 08:34:29 2006 @@ -6,7 +6,7 @@ # See also: J2SE doc. "How to Implement a Provider for the JavaTM Cryptography Architecture" # # Open Source providers -security.provider.1=com.openintel.drl.security.provider.cert.DRLCertFactory +security.provider.1=org.apache.harmony.security.provider.cert.DRLCertFactory security.provider.2=org.bouncycastle.jce.provider.BouncyCastleProvider