Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 71192 invoked from network); 14 Oct 2010 00:45:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Oct 2010 00:45:24 -0000 Received: (qmail 85560 invoked by uid 500); 14 Oct 2010 00:45:24 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 85512 invoked by uid 500); 14 Oct 2010 00:45:24 -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 85505 invoked by uid 99); 14 Oct 2010 00:45:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 00:45:24 +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, 14 Oct 2010 00:45:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ABE33238890A; Thu, 14 Oct 2010 00:44:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1022330 - in /geronimo/devtools/eclipse-plugin/trunk: eclipse/build.xml eclipse/pom.xml pom.xml testsuite/eclipse/build.xml testsuite/eclipse/pom.xml Date: Thu, 14 Oct 2010 00:44:26 -0000 To: scm@geronimo.apache.org From: tkirby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101014004426.ABE33238890A@eris.apache.org> Author: tkirby Date: Thu Oct 14 00:44:26 2010 New Revision: 1022330 URL: http://svn.apache.org/viewvc?rev=1022330&view=rev Log: GERONIMODEVTOOLS-599 simplifications of build.xml pass in and fully use download_to and extract_to parameters. fail if they aren't passed in. Modified: geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml geronimo/devtools/eclipse-plugin/trunk/pom.xml geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.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=1022330&r1=1022329&r2=1022330&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/eclipse/build.xml Thu Oct 14 00:44:26 2010 @@ -24,6 +24,25 @@ --> + + + + + + + + + + + + + + + + @@ -32,14 +51,6 @@ - - - - - - - - @@ -151,9 +162,9 @@ ## From: ${eclipse_url} ## ################################################################################# - + @@ -162,19 +173,19 @@ ## Unzipping: ${eclipse_zip} ## ################################################################################# - - + + - - - + Modified: geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml?rev=1022330&r1=1022329&r2=1022330&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml Thu Oct 14 00:44:26 2010 @@ -43,7 +43,8 @@ validate - + + Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=1022330&r1=1022329&r2=1022330&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Thu Oct 14 00:44:26 2010 @@ -84,6 +84,7 @@ + ${settings.localRepository}/eclipse-downloads ${settings.localRepository}/eclipse 3.0.0 devtools Modified: geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml?rev=1022330&r1=1022329&r2=1022330&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/build.xml Thu Oct 14 00:44:26 2010 @@ -28,9 +28,37 @@ --> + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -77,9 +105,9 @@ ## ################################################################################# - + @@ -92,7 +120,7 @@ ## ################################################################################# - @@ -105,9 +133,9 @@ ## From: ${abbot_swt_url} ## ################################################################################# - + @@ -118,7 +146,7 @@ --> - @@ -146,7 +174,7 @@ - @@ -158,12 +186,12 @@ ## ## Unzipping: ${abbot_swt} ## - ## To: ${test_eclipse}eclipse + ## To: ${test_eclipse}/eclipse ## ################################################################################# - - - - - @@ -200,7 +228,7 @@ | --> - + @@ -284,7 +312,7 @@ --> Modified: geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml?rev=1022330&r1=1022329&r2=1022330&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/testsuite/eclipse/pom.xml Thu Oct 14 00:44:26 2010 @@ -45,9 +45,10 @@ validate + + - - +