Return-Path: Delivered-To: apmail-incubator-felix-commits-archive@www.apache.org Received: (qmail 92225 invoked from network); 23 Aug 2006 05:30:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 05:30:41 -0000 Received: (qmail 26671 invoked by uid 500); 23 Aug 2006 05:30:41 -0000 Delivered-To: apmail-incubator-felix-commits-archive@incubator.apache.org Received: (qmail 26627 invoked by uid 500); 23 Aug 2006 05:30:41 -0000 Mailing-List: contact felix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-commits@incubator.apache.org Received: (qmail 26616 invoked by uid 99); 23 Aug 2006 05:30:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 22:30:41 -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; Tue, 22 Aug 2006 22:30:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A6E3B1A981A; Tue, 22 Aug 2006 22:30:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r433910 - in /incubator/felix/trunk/tools/maven2: felix-archetype/pom.xml osgi-archetype/pom.xml Date: Wed, 23 Aug 2006 05:30:19 -0000 To: felix-commits@incubator.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060823053020.A6E3B1A981A@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: akarasulu Date: Tue Aug 22 22:30:18 2006 New Revision: 433910 URL: http://svn.apache.org/viewvc?rev=433910&view=rev Log: adding name tags to archetypes Modified: incubator/felix/trunk/tools/maven2/felix-archetype/pom.xml incubator/felix/trunk/tools/maven2/osgi-archetype/pom.xml Modified: incubator/felix/trunk/tools/maven2/felix-archetype/pom.xml URL: http://svn.apache.org/viewvc/incubator/felix/trunk/tools/maven2/felix-archetype/pom.xml?rev=433910&r1=433909&r2=433910&view=diff ============================================================================== --- incubator/felix/trunk/tools/maven2/felix-archetype/pom.xml (original) +++ incubator/felix/trunk/tools/maven2/felix-archetype/pom.xml Tue Aug 22 22:30:18 2006 @@ -5,4 +5,5 @@ felix-archetype maven-plugin 1.0 + Felix Archetype Modified: incubator/felix/trunk/tools/maven2/osgi-archetype/pom.xml URL: http://svn.apache.org/viewvc/incubator/felix/trunk/tools/maven2/osgi-archetype/pom.xml?rev=433910&r1=433909&r2=433910&view=diff ============================================================================== --- incubator/felix/trunk/tools/maven2/osgi-archetype/pom.xml (original) +++ incubator/felix/trunk/tools/maven2/osgi-archetype/pom.xml Tue Aug 22 22:30:18 2006 @@ -5,4 +5,5 @@ osgi-archetype maven-plugin 1.0 + OSGi Archetype