Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 33388 invoked from network); 2 Jun 2006 22:17:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2006 22:17:19 -0000 Received: (qmail 88073 invoked by uid 500); 2 Jun 2006 22:17:16 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 87971 invoked by uid 500); 2 Jun 2006 22:17:13 -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 87677 invoked by uid 99); 2 Jun 2006 22:17:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 15:17:10 -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; Fri, 02 Jun 2006 15:17:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 5E7301A983A; Fri, 2 Jun 2006 15:16:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r411313 - in /geronimo/devtools/eclipse-plugin/trunk: ./ features/org.apache.geronimo.feature/ features/org.apache.geronimo.installableruntime.jetty.feature/ features/org.apache.geronimo.installableruntime.tomcat.feature/ plugins/ plugins/o... Date: Fri, 02 Jun 2006 22:16:48 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060602221649.5E7301A983A@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: sppatel Date: Fri Jun 2 15:16:46 2006 New Revision: 411313 URL: http://svn.apache.org/viewvc?rev=411313&view=rev Log: make artifact names similar Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml geronimo/devtools/eclipse-plugin/trunk/pom.xml Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml?rev=411313&r1=411312&r2=411313&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/pom.xml Fri Jun 2 15:16:46 2006 @@ -3,7 +3,7 @@ org.apache.geronimo.feature jar ${org.apache.geronimo.feature_version} - Geronio Eclipse Plugin :: Feature :: ${artifactId} + ${artifactId} org.apache.geronimo.devtools geronimo-eclipse-plugin Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml?rev=411313&r1=411312&r2=411313&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/pom.xml Fri Jun 2 15:16:46 2006 @@ -3,7 +3,7 @@ org.apache.geronimo.installableruntime.jetty.feature jar ${org.apache.geronimo.installableruntime.jetty.feature_version} - Feature :: ${artifactId} + ${artifactId} org.apache.geronimo.devtools geronimo-eclipse-plugin Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml?rev=411313&r1=411312&r2=411313&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/pom.xml Fri Jun 2 15:16:46 2006 @@ -3,7 +3,7 @@ org.apache.geronimo.installableruntime.tomcat.feature jar ${org.apache.geronimo.installableruntime.tomcat.feature_version} - Feature :: ${artifactId} + ${artifactId} org.apache.geronimo.devtools geronimo-eclipse-plugin Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml?rev=411313&r1=411312&r2=411313&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.tomcat.j2ee.server.v1/pom.xml Fri Jun 2 15:16:46 2006 @@ -4,7 +4,7 @@ org.apache.geronimo.tomcat.j2ee.server.v1 jar ${org.apache.geronimo.tomcat.j2ee.server.v1_version} - Geronimo Eclipse Plugin :: Plugin :: ${artifactId} + ${artifactId} org.apache.geronimo.devtools geronimo-eclipse-plugin Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?rev=411313&r1=411312&r2=411313&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Fri Jun 2 15:16:46 2006 @@ -23,7 +23,7 @@ org.apache.geronimo.devtools eclipse-plugins-parent pom - Geronimo Eclipse Plugin :: Parent POM :: ${artifactId} + Parent POM :: ${artifactId} 1.0 Parent POM for Geronimo Eclipse Plugin http://geronimo.apache.org/devtools Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=411313&r1=411312&r2=411313&view=diff ============================================================================== --- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original) +++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Fri Jun 2 15:16:46 2006 @@ -23,7 +23,7 @@ org.apache.geronimo.devtools geronimo-eclipse-plugin pom - Geronimo Eclipse Plugin :: Root POM :: ${artifactId} + Root POM :: ${artifactId} 1.1 Parent POM for Geronimo Eclipse Plugin http://geronimo.apache.org/devtools