Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 48332 invoked from network); 30 Aug 2006 22:06:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Aug 2006 22:06:36 -0000 Received: (qmail 22186 invoked by uid 500); 30 Aug 2006 22:06:36 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 22175 invoked by uid 500); 30 Aug 2006 22:06:36 -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 22166 invoked by uid 99); 30 Aug 2006 22:06:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 15:06:36 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 15:06:35 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6614C1A981F; Wed, 30 Aug 2006 15:06:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r438667 - /incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/cache/ Date: Wed, 30 Aug 2006 22:06:15 -0000 To: abdera-commits@incubator.apache.org From: jmsnell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060830220615.6614C1A981F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jmsnell Date: Wed Aug 30 15:06:14 2006 New Revision: 438667 URL: http://svn.apache.org/viewvc?rev=438667&view=rev Log: Remove the server.cache package. This really isn't needed here. If specific implementations want to do caching, they can do so using whatever means they find appropriate, otherwise, there are other server side caching technologies that can be used as an alternative. In other words, this package really didn't help us with anything. Removed: incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/cache/