Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 15224 invoked from network); 3 Dec 2005 00:01:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Dec 2005 00:01:37 -0000 Received: (qmail 11094 invoked by uid 500); 3 Dec 2005 00:00:30 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 10883 invoked by uid 500); 3 Dec 2005 00:00:29 -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 10829 invoked by uid 99); 3 Dec 2005 00:00:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 16:00:28 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 Dec 2005 08:23:06 -0800 Received: (qmail 74549 invoked by uid 65534); 2 Dec 2005 16:21:16 -0000 Message-ID: <20051202162116.74547.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r351769 - /geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml Date: Fri, 02 Dec 2005 16:21:15 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.0.5 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 Dec 2 08:21:13 2005 New Revision: 351769 URL: http://svn.apache.org/viewcvs?rev=351769&view=rev Log: include src feature and package in distribution Modified: geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml Modified: geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml?rev=351769&r1=351768&r2=351769&view=diff ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml (original) +++ geronimo/devtools/trunk/modules/eclipse-plugin/assembly/project.xml Fri Dec 2 08:21:13 2005 @@ -46,6 +46,14 @@ geronimo-devtools + org.apache.geronimo.source.feature + ${devtools_currentversion} + + true + + + + geronimo-devtools org.apache.geronimo.runtime.v1 ${devtools_currentversion} @@ -58,6 +66,14 @@ ${devtools_currentversion} true + + + + geronimo-devtools + org.apache.geronimo.feature.source + ${devtools_currentversion} + + false