Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 18373 invoked from network); 15 Oct 2006 13:04:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2006 13:04:45 -0000 Received: (qmail 91456 invoked by uid 500); 15 Oct 2006 13:04:45 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 91354 invoked by uid 500); 15 Oct 2006 13:04:44 -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 91343 invoked by uid 99); 15 Oct 2006 13:04:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 06:04:44 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 06:04:43 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2E5371A981A; Sun, 15 Oct 2006 06:04:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r464166 - in /incubator/harmony/enhanced/classlib/trunk/make: depends.properties depends.xml Date: Sun, 15 Oct 2006 13:04:20 -0000 To: harmony-commits@incubator.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061015130421.2E5371A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: hindessm Date: Sun Oct 15 06:04:20 2006 New Revision: 464166 URL: http://svn.apache.org/viewvc?view=rev&rev=464166 Log: Remove the unsigning process for bcprov jar. Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.properties incubator/harmony/enhanced/classlib/trunk/make/depends.xml Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.properties URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/depends.properties?view=diff&rev=464166&r1=464165&r2=464166 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/make/depends.properties (original) +++ incubator/harmony/enhanced/classlib/trunk/make/depends.properties Sun Oct 15 06:04:20 2006 @@ -40,10 +40,11 @@ junit.url=${ibiblio.base}/maven2/junit/junit/3.8.2/junit-3.8.2.jar junit.md5=28e7eb9eeefe31a657c68755bfccc541 +# will the next person to update bcprov.jar please remove the "signed." +# prefix from the bcprov.jar property bcprov.dir=${depends.jars}/bcprov-jdk14-134 -bcprov.jar=${bcprov.dir}/bcprov.jar -signed.bcprov.jar=${bcprov.dir}/signed.bcprov.jar -signed.bcprov.md5=dac389845d499bfa901f30bbe63250d1 +bcprov.jar=${bcprov.dir}/signed.bcprov.jar +bcprov.md5=dac389845d499bfa901f30bbe63250d1 bcprov.url=http://www.bouncycastle.org/download/bcprov-jdk14-134.jar msvcr71.dir=${depends.dir}/libs/windows.x86 Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/depends.xml?view=diff&rev=464166&r1=464165&r2=464166 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/make/depends.xml (original) +++ incubator/harmony/enhanced/classlib/trunk/make/depends.xml Sun Oct 15 06:04:20 2006 @@ -29,8 +29,7 @@ + depends="-check,-check-win,-check-unix" /> @@ -50,7 +49,7 @@ - + @@ -66,10 +65,6 @@ - - @@ -189,8 +184,8 @@ md5="${junit.md5}" /> - + - - - Removing signature from bcprov.jar - - - - - - - - - Extracting awt dependencies