Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 80311 invoked from network); 9 Apr 2009 06:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 06:40:42 -0000 Received: (qmail 58542 invoked by uid 500); 9 Apr 2009 06:40:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 58496 invoked by uid 500); 9 Apr 2009 06:40:42 -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 58487 invoked by uid 99); 9 Apr 2009 06:40:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 06:40:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 06:40:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6F2B62388A13; Thu, 9 Apr 2009 06:40:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r763530 - /harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties Date: Thu, 09 Apr 2009 06:40:19 -0000 To: commits@harmony.apache.org From: regisxu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090409064019.6F2B62388A13@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: regisxu Date: Thu Apr 9 06:40:19 2009 New Revision: 763530 URL: http://svn.apache.org/viewvc?rev=763530&view=rev Log: remove extra whitespace at end of line for asm classpatch entry This will cause asm.jar can't be found Modified: harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties Modified: harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties?rev=763530&r1=763529&r2=763530&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties (original) +++ harmony/enhanced/classlib/branches/java6/depends/files/bootclasspath.properties Thu Apr 9 06:40:19 2009 @@ -208,4 +208,4 @@ #bootclasspath.source.49=suncompat-src.jar #bootclasspath.source.packageroot.49=/ -bootclasspath.50=asm-3.1/asm-3.1.jar +bootclasspath.50=asm-3.1/asm-3.1.jar