Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 69590 invoked from network); 13 Sep 2007 04:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2007 04:11:52 -0000 Received: (qmail 24102 invoked by uid 500); 13 Sep 2007 04:11:45 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 24078 invoked by uid 500); 13 Sep 2007 04:11:45 -0000 Mailing-List: contact abdera-commits-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-commits@incubator.apache.org Received: (qmail 24069 invoked by uid 99); 13 Sep 2007 04:11:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 21:11:45 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2007 04:11:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DC88A1A9832; Wed, 12 Sep 2007 21:11:31 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r575158 - /incubator/abdera/java/branches/0.3.0-incubating/core/src/main/resources/abderamessages.properties Date: Thu, 13 Sep 2007 04:11:31 -0000 To: abdera-commits@incubator.apache.org From: jmsnell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070913041131.DC88A1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jmsnell Date: Wed Sep 12 21:11:31 2007 New Revision: 575158 URL: http://svn.apache.org/viewvc?rev=575158&view=rev Log: Added the NOT.FOUND message Modified: incubator/abdera/java/branches/0.3.0-incubating/core/src/main/resources/abderamessages.properties Modified: incubator/abdera/java/branches/0.3.0-incubating/core/src/main/resources/abderamessages.properties URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.3.0-incubating/core/src/main/resources/abderamessages.properties?rev=575158&r1=575157&r2=575158&view=diff ============================================================================== --- incubator/abdera/java/branches/0.3.0-incubating/core/src/main/resources/abderamessages.properties (original) +++ incubator/abdera/java/branches/0.3.0-incubating/core/src/main/resources/abderamessages.properties Wed Sep 12 21:11:31 2007 @@ -21,6 +21,7 @@ UNAUTHORIZED=Unauthorized FORBIDDEN=Forbidden UNKNOWN=Unknown +NOT.FOUND=Not Found NOT.ALLOWED=Not Allowed BAD.REQUEST=Bad Request CONFLICT=Conflict