Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 41433 invoked from network); 18 Jul 2006 17:39:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2006 17:39:41 -0000 Received: (qmail 87599 invoked by uid 500); 18 Jul 2006 17:39:41 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 87581 invoked by uid 500); 18 Jul 2006 17:39:40 -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 87572 invoked by uid 99); 18 Jul 2006 17:39:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2006 10:39:40 -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 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2006 10:39:39 -0700 Received: by nf-out-0910.google.com with SMTP id x4so233958nfb for ; Tue, 18 Jul 2006 10:39:18 -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:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=g8hI8THOuXP9oRntYbRkWR+hmaJNb1diaiwhxf8CBs4RtIOfwrWYHUrjw3CRdqHhTGGzSecvRtveCmi4JCza/spV/N3w1k4OhbxeCim4PNV7/tM7mreeuoE2PoSGfWEL1MFtn3GaUJZPoa8uaIuQz1H9zMuWMad+Y4cJUMT460o= Received: by 10.78.117.10 with SMTP id p10mr1675907huc; Tue, 18 Jul 2006 10:39:18 -0700 (PDT) Received: by 10.78.97.11 with HTTP; Tue, 18 Jul 2006 10:39:18 -0700 (PDT) Message-ID: <7edfeeef0607181039g5356ea4dl9bb1ec14f7b91b2f@mail.gmail.com> Date: Tue, 18 Jul 2006 13:39:18 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: abdera-dev@incubator.apache.org Subject: Re: svn commit: r423144 - in /incubator/abdera/java/branches/0.1.0: ./ build/ core/src/main/java/org/apache/abdera/factory/ core/src/main/java/org/apache/abdera/model/ dependencies/ dependencies/json/ dependencies/json/src/ dependencies/json/src/main MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 296530ab62b13b32 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/18/06, jmsnell@apache.org wrote: > Author: jmsnell > Date: Tue Jul 18 10:32:11 2006 > New Revision: 423144 > > URL: http://svn.apache.org/viewvc?rev=423144&view=rev > Log: > Updating the branch to reflect the latest changes (json build in maven, performance fixes). I will reroll the zips > in a few minutes When merging changes into a branch you MUST list the actual revisions you merged. Subversion currently does not track what revisions are merged, so in order to make it possible for the next person who merges into a branch to tell what you've merged and what you haven't you need to explicitly write it down someplace (like the log message). -garrett