Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 3106 invoked from network); 1 Jul 2010 04:37:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 04:37:04 -0000 Received: (qmail 25618 invoked by uid 500); 1 Jul 2010 04:37:04 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 24499 invoked by uid 500); 1 Jul 2010 04:37:01 -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 24492 invoked by uid 99); 1 Jul 2010 04:37:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 04:37:00 +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, 01 Jul 2010 04:36:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 069742388994; Thu, 1 Jul 2010 04:36:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r959502 - in /geronimo/devtools/eclipse-plugin/trunk: assembly/pom.xml assembly/src/main/assembly/deployable.xml assembly/src/main/assembly/updatesite.xml eclipse/pom.xml features/pom.xml plugins/pom.xml pom.xml Date: Thu, 01 Jul 2010 04:36:01 -0000 To: scm@geronimo.apache.org From: delos@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100701043602.069742388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: delos Date: Thu Jul 1 04:36:01 2010 New Revision: 959502 URL: http://svn.apache.org/viewvc?rev=959502&view=rev Log: revert release prepare and update assembly descriptor per assembly plugin 2.2-beta-2 Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml geronimo/devtools/eclipse-plugin/trunk/features/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml geronimo/devtools/eclipse-plugin/trunk/pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml?rev=959502&r1=959501&r2=959502&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml Thu Jul 1 04:36:01 2010 @@ -29,7 +29,7 @@ org.apache.geronimo.devtools geronimo-eclipse-plugin - 3.0.0-SNAPSHOT + 3.0_M1-SNAPSHOT ../pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml?rev=959502&r1=959501&r2=959502&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/deployable.xml Thu Jul 1 04:36:01 2010 @@ -51,7 +51,7 @@ | --> - ${artifactId}_${version}.${extension} + ${artifact.artifactId}_${artifact.version}.${artifact.extension} eclipse/plugins/ false @@ -88,7 +88,7 @@ | --> - ${artifactId}_${version} + ${artifact.artifactId}_${artifact.version} eclipse/features/ true Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml?rev=959502&r1=959501&r2=959502&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/assembly/src/main/assembly/updatesite.xml Thu Jul 1 04:36:01 2010 @@ -55,7 +55,7 @@ | --> - ${artifactId}_${version}.${extension} + ${artifact.artifactId}_${artifact.version}.${artifact.extension} plugins/ false @@ -92,7 +92,7 @@ | --> - ${artifactId}_${version}.${extension} + ${artifact.artifactId}_${artifact.version}.${artifact.extension} features/ org.apache.geronimo.devtools:org.apache.geronimo.v30.feature Modified: geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml?rev=959502&r1=959501&r2=959502&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/eclipse/pom.xml Thu Jul 1 04:36:01 2010 @@ -28,7 +28,7 @@ org.apache.geronimo.devtools geronimo-eclipse-plugin - 3.0.0-SNAPSHOT + 3.0_M1-SNAPSHOT ../pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/features/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/pom.xml?rev=959502&r1=959501&r2=959502&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/features/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/features/pom.xml Thu Jul 1 04:36:01 2010 @@ -29,7 +29,7 @@ org.apache.geronimo.devtools geronimo-eclipse-plugin - 3.0.0-SNAPSHOT + 3.0_M1-SNAPSHOT ../pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?rev=959502&r1=959501&r2=959502&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Thu Jul 1 04:36:01 2010 @@ -29,7 +29,7 @@ org.apache.geronimo.devtools geronimo-eclipse-plugin - 3.0.0-SNAPSHOT + 3.0_M1-SNAPSHOT ../pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=959502&r1=959501&r2=959502&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Thu Jul 1 04:36:01 2010 @@ -22,7 +22,7 @@ org.apache.geronimo.devtools geronimo-eclipse-plugin - 3.0.0-SNAPSHOT + 3.0_M1-SNAPSHOT pom Geronimo Eclipse Plugin