Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 80974 invoked from network); 27 Jun 2006 23:28:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 23:28:12 -0000 Received: (qmail 66738 invoked by uid 500); 27 Jun 2006 23:28:12 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 66720 invoked by uid 500); 27 Jun 2006 23:28:11 -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 66711 invoked by uid 99); 27 Jun 2006 23:28:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 16:28:11 -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 jasnell@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 16:28:10 -0700 Received: by py-out-1112.google.com with SMTP id c30so2084478pyc for ; Tue, 27 Jun 2006 16:27:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YlUsN0oQfwble9i7LTpBfDY9JhhKNVvLVYRau/d1E4fbeX/1UGxrXcjmHfy4+CsdjZLPvpvn18l5GROKgDso7phB+DLzidQehqQIkgWgxCSELVKyvOAoxB8R9Y9D//8c/WVCEKIevZ3OzEjUM9pxLViUfw5hhrEL5JKaBxeY0Ck= Received: by 10.35.70.17 with SMTP id x17mr167997pyk; Tue, 27 Jun 2006 16:27:49 -0700 (PDT) Received: from ?172.30.1.26? ( [66.100.255.7]) by mx.gmail.com with ESMTP id d13sm2260607pyd.2006.06.27.16.27.49; Tue, 27 Jun 2006 16:27:49 -0700 (PDT) Message-ID: <44A1BEF4.6040106@gmail.com> Date: Tue, 27 Jun 2006 16:27:48 -0700 From: James M Snell User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: [PATCH] Fix Examples Dependencies References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Patched Stephen Duncan wrote: > [[[ > Added abdera-parser as a dependency for the examples module. > > * examples/pom.xml: Added abdera-parser as a dependency. > ]]] > > > ------------------------------------------------------------------------ > > Index: java/trunk/examples/pom.xml > =================================================================== > --- java/trunk/examples/pom.xml (revision 416967) > +++ java/trunk/examples/pom.xml (working copy) > @@ -25,6 +25,12 @@ > abdera-core > 0.1.0-incubating-SNAPSHOT > compile > + > + > + org.apache.abdera > + abdera-parser > + 0.1.0-incubating-SNAPSHOT > + compile > > > commons-httpclient