Return-Path: Delivered-To: apmail-incubator-click-commits-archive@locus.apache.org Received: (qmail 51143 invoked from network); 18 Dec 2008 09:40:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2008 09:40:39 -0000 Received: (qmail 76460 invoked by uid 500); 18 Dec 2008 09:40:51 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 76446 invoked by uid 500); 18 Dec 2008 09:40:51 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 76435 invoked by uid 99); 18 Dec 2008 09:40:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 01:40:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 09:40:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6C5D32388A03; Thu, 18 Dec 2008 01:40:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r727682 [4/4] - in /incubator/click/trunk/click/framework: src/ src/net/sf/click/ src/net/sf/click/control/ src/net/sf/click/service/ src/net/sf/click/util/ test/ test/net/sf/click/ test/net/sf/click/control/ test/net/sf/click/pages/ test/n... Date: Thu, 18 Dec 2008 09:40:05 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081218094012.6C5D32388A03@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java (original) +++ incubator/click/trunk/click/framework/test/net/sf/click/utilinvokelistener/ClickUtilsInvokeListenerTest.java Thu Dec 18 01:39:58 2008 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package net.sf.click.utilinvokelistener; import net.sf.click.util.ClickUtils; Modified: incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml (original) +++ incubator/click/trunk/click/framework/test/web/WEB-INF/click.xml Thu Dec 18 01:39:58 2008 @@ -1,4 +1,22 @@ + Modified: incubator/click/trunk/click/framework/test/web/jsp-page.jsp URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/jsp-page.jsp?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/web/jsp-page.jsp (original) +++ incubator/click/trunk/click/framework/test/web/jsp-page.jsp Thu Dec 18 01:39:58 2008 @@ -1 +1,20 @@ + + jsp page \ No newline at end of file Modified: incubator/click/trunk/click/framework/test/web/jsp-redirect-page.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/jsp-redirect-page.htm?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/web/jsp-redirect-page.htm (original) +++ incubator/click/trunk/click/framework/test/web/jsp-redirect-page.htm Thu Dec 18 01:39:58 2008 @@ -1 +1,20 @@ + + redirect to jsp \ No newline at end of file Modified: incubator/click/trunk/click/framework/test/web/listener.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/listener.htm?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/web/listener.htm (original) +++ incubator/click/trunk/click/framework/test/web/listener.htm Thu Dec 18 01:39:58 2008 @@ -1 +1,20 @@ + + $form \ No newline at end of file Modified: incubator/click/trunk/click/framework/test/web/redirect-to-htm.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/redirect-to-htm.htm?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/web/redirect-to-htm.htm (original) +++ incubator/click/trunk/click/framework/test/web/redirect-to-htm.htm Thu Dec 18 01:39:58 2008 @@ -1 +1,20 @@ + + redirect a \ No newline at end of file Modified: incubator/click/trunk/click/framework/test/web/redirect-to-jsp.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/redirect-to-jsp.htm?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/web/redirect-to-jsp.htm (original) +++ incubator/click/trunk/click/framework/test/web/redirect-to-jsp.htm Thu Dec 18 01:39:58 2008 @@ -1 +1,20 @@ + + redirect to jsp \ No newline at end of file Modified: incubator/click/trunk/click/framework/test/web/redirect-to-self.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/redirect-to-self.htm?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/web/redirect-to-self.htm (original) +++ incubator/click/trunk/click/framework/test/web/redirect-to-self.htm Thu Dec 18 01:39:58 2008 @@ -1 +1,20 @@ + + test \ No newline at end of file Modified: incubator/click/trunk/click/framework/test/web/set-path-to-jsp.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/web/set-path-to-jsp.htm?rev=727682&r1=727681&r2=727682&view=diff ============================================================================== --- incubator/click/trunk/click/framework/test/web/set-path-to-jsp.htm (original) +++ incubator/click/trunk/click/framework/test/web/set-path-to-jsp.htm Thu Dec 18 01:39:58 2008 @@ -1 +1,20 @@ + + test \ No newline at end of file