Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 21470 invoked from network); 16 Oct 2010 15:54:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Oct 2010 15:54:31 -0000 Received: (qmail 37502 invoked by uid 500); 16 Oct 2010 15:54:31 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 37382 invoked by uid 500); 16 Oct 2010 15:54:30 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 37374 invoked by uid 99); 16 Oct 2010 15:54:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 15:54:30 +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; Sat, 16 Oct 2010 15:54:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 103D02388993; Sat, 16 Oct 2010 15:53:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1023316 - /geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml Date: Sat, 16 Oct 2010 15:53:30 -0000 To: scm@geronimo.apache.org From: tkirby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101016155330.103D02388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tkirby Date: Sat Oct 16 15:53:29 2010 New Revision: 1023316 URL: http://svn.apache.org/viewvc?rev=1023316&view=rev Log: GERONIMODEVTOOLS-599 GERONIMODEVTOOLS-675 GERONIMODEVTOOLS-649 fix testsuite launching on mac and simplify and refactor. fix/work-around both isMac and isUnix getting set on mac. Modified: geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml Modified: geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml?rev=1023316&r1=1023315&r2=1023316&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml Sat Oct 16 15:53:29 2010 @@ -18,15 +18,15 @@ - + @@ -71,123 +71,128 @@ - + + + + + + + - - - - - - - - - - - - + + + + ################################################################################# + ## + ## Downloading: @{eclipseZip} + ## + ## From: ${eclipse_url} + ## + ################################################################################# + + + + + + + + + ################################################################################# + ## + ## Unzipping: @{eclipseZip} + ## + ################################################################################# + + + + + + + + + + + ################################################################################# + ## + ## Gunzipping: @{eclipseZip} Untarring: @{eclipseTar} + ## + ################################################################################# + + + + + + + + + + + + - + - - - + - - + - - - + - - + - + - - - - - - + - - - - - - + - - - + + + + + - - + - - - + - - + - + - - - + + + - - - - - + - ################################################################################# - ## - ## Downloading: ${eclipse_zip} - ## - ## From: ${eclipse_url} - ## - ################################################################################# - - - ################################################################################# - ## - ## Unzipping: ${eclipse_zip} - ## - ################################################################################# - - - + + + - - - + + + + + + + - - -