Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 83440 invoked from network); 11 Jul 2006 11:36:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 11:36:37 -0000 Received: (qmail 67785 invoked by uid 500); 11 Jul 2006 11:36:37 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 67750 invoked by uid 500); 11 Jul 2006 11:36:37 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 67692 invoked by uid 99); 11 Jul 2006 11:36:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 04:36:37 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 04:36:34 -0700 Received: by ug-out-1314.google.com with SMTP id y2so1815807uge for ; Tue, 11 Jul 2006 04:36:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ZbHWIKL33Rx++n4UHW/CVtewHDk0kGperpobqSztcjdzVQEXBWWMAw1cDBGZEuEqQJGB8IdT447js7ITQ8BrolklodiHfQAVXhCZ/xzssHiQkWnvusyIfk6iMzd5lmfaY40OulcHdoK0vLBosZRzIiIyVUvryzD2MyfYR9HWMdg= Received: by 10.78.177.11 with SMTP id z11mr2112519hue; Tue, 11 Jul 2006 04:36:10 -0700 (PDT) Received: by 10.78.81.7 with HTTP; Tue, 11 Jul 2006 04:36:10 -0700 (PDT) Message-ID: <7edfeeef0607110436l1624120fla540773edc2f29dc@mail.gmail.com> Date: Tue, 11 Jul 2006 07:36:10 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: abdera-dev@incubator.apache.org Subject: Re: svn commit: r420698 - in /incubator/abdera/java/trunk: build/ extensions/src/main/java/org/apache/abdera/ext/opensearch/ extensions/src/main/java/org/apache/abdera/ext/opensearch/impl/ extensions/src/main/resources/META-INF/services/ extensions/s In-Reply-To: <44B331F3.1000004@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7edfeeef0607102101j63d83c81oc3aa747f845876b2@mail.gmail.com> <44B331F3.1000004@gmail.com> X-Google-Sender-Auth: 49d99cb1fafd00da X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/11/06, James M Snell wrote: > Looks good. Darn near identical to some code I've been playing around > with but hadn't gotten around to committing yet. I did make a few edits > to the extension factory impl, just to make it a bit more compact. Nice. Thanks for the cleanup. -garrett