Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 98210 invoked from network); 22 Jul 2006 11:52:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2006 11:52:32 -0000 Received: (qmail 23258 invoked by uid 500); 22 Jul 2006 11:52:32 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 23194 invoked by uid 500); 22 Jul 2006 11:52:32 -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 23183 invoked by uid 99); 22 Jul 2006 11:52:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 04:52:32 -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; Sat, 22 Jul 2006 04:52:31 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C20171A981A; Sat, 22 Jul 2006 04:52:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r424562 - /incubator/harmony/enhanced/trunk/build.xml Date: Sat, 22 Jul 2006 11:52:11 -0000 To: harmony-commits@incubator.apache.org From: geirm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060722115211.C20171A981A@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: geirm Date: Sat Jul 22 04:52:11 2006 New Revision: 424562 URL: http://svn.apache.org/viewvc?rev=424562&view=rev Log: added predictability to version - will take the svn rev of 'build.xml' to use as the revision for the classlib and vm, or you can override via ant -Dsvn.revision=123123 Modified: incubator/harmony/enhanced/trunk/build.xml Modified: incubator/harmony/enhanced/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/build.xml?rev=424562&r1=424561&r2=424562&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/build.xml (original) +++ incubator/harmony/enhanced/trunk/build.xml Sat Jul 22 04:52:11 2006 @@ -288,8 +288,9 @@ - + + @@ -298,8 +299,9 @@ - + + @@ -324,14 +326,14 @@ - + - + - + @@ -355,47 +357,59 @@ + - + - + - + - + + value="${deploy.hdk.file.prefix}-${harmony.os}-${harmony.arch}-{$harmony.bits}-snapshot.tar.gz" /> + value="${deploy.hdk.file.prefix}-${harmony.os}-${harmony.arch}-${harmony.bits}-snapshot.zip" /> + value="${deploy.jre.file.prefix}-${harmony.os}-${harmony.arch}-${harmony.bits}-snapshot.tar.gz" /> + value="${deploy.jre.file.prefix}-${harmonyy.os}-${harmonyy.arch}-${harmony.bits}-snapshot.zip" /> + + Apache Harmony Federated Build + ========================================== + svn rev : r${svn.revision} + operating system : ${harmony.os} + architecture : ${harmony.arch}-${harmony.bits} + ant os name/arch : ${os.name}/${os.arch} + output location : ${target.dir} + - + + - + +