Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 58076 invoked from network); 10 Mar 2006 02:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Mar 2006 02:58:22 -0000 Received: (qmail 31662 invoked by uid 500); 10 Mar 2006 02:58:18 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 31630 invoked by uid 500); 10 Mar 2006 02:58:18 -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 31618 invoked by uid 99); 10 Mar 2006 02:58:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 18:58:18 -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, 09 Mar 2006 18:58:16 -0800 Received: (qmail 57927 invoked by uid 65534); 10 Mar 2006 02:57:48 -0000 Message-ID: <20060310025747.57919.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r384687 - in /incubator/harmony/enhanced/jchevm: INSTALL configure.ac Date: Fri, 10 Mar 2006 02:57:23 -0000 To: harmony-commits@incubator.apache.org From: archie@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: archie Date: Thu Mar 9 18:57:22 2006 New Revision: 384687 URL: http://svn.apache.org/viewcvs?rev=384687&view=rev Log: Update to classpath-0.90. Modified: incubator/harmony/enhanced/jchevm/INSTALL incubator/harmony/enhanced/jchevm/configure.ac Modified: incubator/harmony/enhanced/jchevm/INSTALL URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/jchevm/INSTALL?rev=384687&r1=384686&r2=384687&view=diff ============================================================================== --- incubator/harmony/enhanced/jchevm/INSTALL (original) +++ incubator/harmony/enhanced/jchevm/INSTALL Thu Mar 9 18:57:22 2006 @@ -16,9 +16,9 @@ Debian: zlib1g-dev RPM: zlib -1. Install classpath-0.20. You can get it from +1. Install classpath-0.90. You can get it from - ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.20.tar.gz + ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.90.tar.gz FreeBSD: java/classpath Debian: classpath @@ -32,7 +32,7 @@ Then: - $ ./configure --enable-jni --with-jikes + $ ./configure --with-jikes $ gmake $ gmake install Modified: incubator/harmony/enhanced/jchevm/configure.ac URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/jchevm/configure.ac?rev=384687&r1=384686&r2=384687&view=diff ============================================================================== --- incubator/harmony/enhanced/jchevm/configure.ac (original) +++ incubator/harmony/enhanced/jchevm/configure.ac Thu Mar 9 18:57:22 2006 @@ -12,7 +12,7 @@ # Definitions AC_SUBST(LIBRARY_VERSION, [1:1:0]) -AC_SUBST(CLASSPATH_VERSION, [0.20]) +AC_SUBST(CLASSPATH_VERSION, [0.90]) [JC_CFLAGS='-g -O3 -pipe -Wall -Waggregate-return -Wcast-align -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses -Wpointer-arith -Wredundant-decls -Wreturn-type -Wswitch -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings'] AC_SUBST(JC_CFLAGS)