Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 23335 invoked from network); 13 Mar 2008 13:22:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 13:22:18 -0000 Received: (qmail 65678 invoked by uid 500); 13 Mar 2008 13:22:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 65617 invoked by uid 500); 13 Mar 2008 13:22:13 -0000 Mailing-List: contact dev-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 dev@geronimo.apache.org Received: (qmail 65606 invoked by uid 99); 13 Mar 2008 13:22:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 06:22:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.86.89.66] (HELO elasmtp-spurfowl.atl.sa.earthlink.net) (209.86.89.66) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 13:21:36 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=T19p8cc63NAjsjtMYtJSlo/zyU0LArCYqhsTat53Zak/SYVOUE4I5Ur+OCgbdsqP; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=tetra.local) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1JZnNS-0008SD-D4 for dev@geronimo.apache.org; Thu, 13 Mar 2008 09:21:46 -0400 Message-ID: <47D92A7D.3070300@earthlink.net> Date: Thu, 13 Mar 2008 09:22:05 -0400 From: Joe Bohn User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: svn commit: r636529 [1/15] - in /geronimo/samples/branches/1.0: ./ migration-ejb-bmp/ migration-ejb-bmp/dd/ migration-ejb-bmp/dd/META-INF/ migration-ejb-bmp/jndi/ migration-ejb-bmp/src/ migration-ejb-bmp/src/com/ migration-ejb-bmp/src/com/ibm/ migratio... References: <20080312220026.CCA141A9832@eris.apache.org> In-Reply-To: <20080312220026.CCA141A9832@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec79d9c5c63b30db903070a66a0394ee66e5350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org Hi Eric, I'm confused about this new samples branch. Is it your intention to release these migration samples independently of the other samples (this seems to contradict your earlier affirmation on the discussion thread that we should release them concurrently and mirror the Geronimo version). When you mentioned you were thinking of putting the migration samples under samples/branches/#/migration- I assumed the # was 2.1 (and echoed in trunk). Is this because you are trying to figure out how to include them given that they are not built with maven? Joe ecraig@apache.org wrote: > Author: ecraig > Date: Wed Mar 12 14:54:41 2008 > New Revision: 636529 > > URL: http://svn.apache.org/viewvc?rev=636529&view=rev > Log: > Initial check in of 1.0 migration demo apps from wiki > License headers, LICENSE.txt, NOTICE.txt have been added to all packages/files. > >