Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 95709 invoked from network); 18 Feb 2009 14:54:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 14:54:45 -0000 Received: (qmail 33706 invoked by uid 500); 18 Feb 2009 14:54:44 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 33660 invoked by uid 500); 18 Feb 2009 14:54:44 -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 33651 invoked by uid 99); 18 Feb 2009 14:54:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 06:54:44 -0800 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: domain of kevan.miller@gmail.com designates 74.125.46.31 as permitted sender) Received: from [74.125.46.31] (HELO yw-out-2324.google.com) (74.125.46.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 14:54:36 +0000 Received: by yw-out-2324.google.com with SMTP id 5so1294112ywh.85 for ; Wed, 18 Feb 2009 06:54:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=33ka68U9WvXI1X+4k2S1tunww0jT4wcF7WfztgVAPqI=; b=RBLeQR6cshj8nX5vLni8lbH+V3GXTNnXIhEcjzn88XYhUEWAJSxnuFUHXoBF3l8SCN XUiWQWbJPO22OL5rqMuC05hxLUn7HV73HUymRgYyN9+abAR9jvYw3EFKl7hsqkJcLPXq POa0tqLIihT3YmX+sBXZPka0dAlz2WsJdAaZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=ZtbI85Nl6zaZNIM1lrRjpOzBDBYCntj9Knru/FKnJ10eqr1S5YrQQ/SwUiMObolojC jfafciON6nG+DzeZvLuhgkjptXgR7DcUES3m8Xbwl4yIGHzVGZXALPxsEvwgX9xItkIv COc9VKRxM29umpHMiqWsghBVjoERpnNr+2eWQ= Received: by 10.220.74.3 with SMTP id s3mr667606vcj.54.1234968855042; Wed, 18 Feb 2009 06:54:15 -0800 (PST) Received: from ?10.0.1.190? (cpe-076-182-095-055.nc.res.rr.com [76.182.95.55]) by mx.google.com with ESMTPS id 4sm16723yxj.41.2009.02.18.06.54.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Feb 2009 06:54:14 -0800 (PST) Message-Id: <7B7FA071-C921-4D09-A1AC-FE8864271A0B@gmail.com> From: Kevan Miller To: dev@geronimo.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [DISCUSS] Release gshell 1.0-alpha2 Date: Wed, 18 Feb 2009 09:54:12 -0500 References: <499ADC1E.6030209@earthlink.net> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 17, 2009, at 12:32 PM, Jason Dillon wrote: > None of those files are included in a release. They're part of the source release, whether or not they're in the binary distribution is irrelevant... The binary files (build, extract, etc) are pretty trivial. So, I wouldn't require a re-release for those... They look like somebody's private build tools. I doubt they should really be in svn. Some of them don't look like they'd work (i.e. rebuild is calling 'nukeTargets'). NOTES.txt looks like a todo list. Prolly should be removed, but I wouldn't hold up a release for that either. The above files should be cleaned up on trunk... Assume GShell.mdxml is generated by a tool, and therefore wouldn't require a license header. Are you using this as a development aid? --kevan