Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 29144 invoked from network); 31 Jul 2006 20:40:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jul 2006 20:40:07 -0000 Received: (qmail 41378 invoked by uid 500); 31 Jul 2006 20:40:06 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 41343 invoked by uid 500); 31 Jul 2006 20:40:06 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 41332 invoked by uid 99); 31 Jul 2006 20:40:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 13:40:06 -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; Mon, 31 Jul 2006 13:40:06 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id F33801A981A; Mon, 31 Jul 2006 13:39:45 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r427248 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml Date: Mon, 31 Jul 2006 20:39:45 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060731203945.F33801A981A@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: thorsten Date: Mon Jul 31 13:39:45 2006 New Revision: 427248 URL: http://svn.apache.org/viewvc?rev=427248&view=rev Log: Addings notes about dispatcher specific code changes. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml?rev=427248&r1=427247&r2=427248&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml Mon Jul 31 13:39:45 2006 @@ -46,6 +46,9 @@ Initial plugin code extracted from the old views plugin. + Added first implementation of + the dispatcher. Including contract bean implementation and interface; + dispatcher exception and dispatcher transformers. Added infos of the pattern the plugin is using.