Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 37445 invoked from network); 1 Feb 2007 07:46:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 07:46:29 -0000 Received: (qmail 14277 invoked by uid 500); 1 Feb 2007 07:46:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 14251 invoked by uid 500); 1 Feb 2007 07:46:33 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 14229 invoked by uid 99); 1 Feb 2007 07:46:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 23:46:33 -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 [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 23:46:26 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A92261A981D; Wed, 31 Jan 2007 23:46:06 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r502148 - in /harmony/enhanced/classlib/trunk/make: depends.properties depends.xml Date: Thu, 01 Feb 2007 07:46:06 -0000 To: commits@harmony.apache.org From: apetrenko@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070201074606.A92261A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: apetrenko Date: Wed Jan 31 23:46:05 2007 New Revision: 502148 URL: http://svn.apache.org/viewvc?view=rev&rev=502148 Log: Patch for HARMONY-3097 "[classlib][build] Build script does not check md5 signature of msvcr71.dll" Modified: harmony/enhanced/classlib/trunk/make/depends.properties harmony/enhanced/classlib/trunk/make/depends.xml Modified: harmony/enhanced/classlib/trunk/make/depends.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.properties?view=diff&rev=502148&r1=502147&r2=502148 ============================================================================== --- harmony/enhanced/classlib/trunk/make/depends.properties (original) +++ harmony/enhanced/classlib/trunk/make/depends.properties Wed Jan 31 23:46:05 2007 @@ -47,7 +47,9 @@ msvcr71.dir=${depends.dir}/libs/windows.x86 msvcr71.dll=${msvcr71.dir}/msvcr71.dll -msvcr71.url=${hyenv.SystemRoot}/system32/msvcr71.dll +#msvcr71.url=${hyenv.SystemRoot}/system32/msvcr71.dll +msvcr71.url=file:///${hyenv.SystemRoot}/system32/msvcr71.dll +msvcr71.md5=86f1895ae8c5e8b17d99ece768a70732 icu4j.dir=${depends.jars}/icu4j_3.4.4 icu4j.jar=${icu4j.dir}/icu4j_3_4_4.jar Modified: harmony/enhanced/classlib/trunk/make/depends.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.xml?view=diff&rev=502148&r1=502147&r2=502148 ============================================================================== --- harmony/enhanced/classlib/trunk/make/depends.xml (original) +++ harmony/enhanced/classlib/trunk/make/depends.xml Wed Jan 31 23:46:05 2007 @@ -283,8 +283,11 @@ + - + +