Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 45281 invoked from network); 10 Mar 2010 22:37:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Mar 2010 22:37:35 -0000 Received: (qmail 40878 invoked by uid 500); 10 Mar 2010 22:37:04 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 40830 invoked by uid 500); 10 Mar 2010 22:37:04 -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 40823 invoked by uid 99); 10 Mar 2010 22:37:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 22:37:04 +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; Wed, 10 Mar 2010 22:37:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 63D1823889ED; Wed, 10 Mar 2010 22:36:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r921599 - in /harmony/enhanced/trunk/ibm-v4: ./ build.xml make/ make/classlib.override.file.patterns Date: Wed, 10 Mar 2010 22:36:40 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100310223640.63D1823889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Wed Mar 10 22:36:40 2010 New Revision: 921599 URL: http://svn.apache.org/viewvc?rev=921599&view=rev Log: Allow federated build to use an IBM VME v4. Simply copy the extracted VME to: ibm-v4/linux-x86.vme or: ibm-v4/win-x86.vme and run: ant -Dvm.dir=ibm-v4 Added: harmony/enhanced/trunk/ibm-v4/ harmony/enhanced/trunk/ibm-v4/build.xml (with props) harmony/enhanced/trunk/ibm-v4/make/ harmony/enhanced/trunk/ibm-v4/make/classlib.override.file.patterns Added: harmony/enhanced/trunk/ibm-v4/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/ibm-v4/build.xml?rev=921599&view=auto ============================================================================== --- harmony/enhanced/trunk/ibm-v4/build.xml (added) +++ harmony/enhanced/trunk/ibm-v4/build.xml Wed Mar 10 22:36:40 2010 @@ -0,0 +1,53 @@ + + + + + + Layout IBM VME in the required format + + + + + + + + + + + Primary dependency is missing: common_resources. + You need to check it out from SVN repository or specify it's location: + ant -Dcommon.resources=path + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/trunk/ibm-v4/build.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/trunk/ibm-v4/make/classlib.override.file.patterns URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/ibm-v4/make/classlib.override.file.patterns?rev=921599&view=auto ============================================================================== (empty)