Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 98027 invoked from network); 23 Aug 2006 13:41:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 13:41:38 -0000 Received: (qmail 68872 invoked by uid 500); 23 Aug 2006 13:41:38 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 68853 invoked by uid 500); 23 Aug 2006 13:41:37 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 68842 invoked by uid 99); 23 Aug 2006 13:41:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 06:41:37 -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, 23 Aug 2006 06:41:37 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 15FC21A981A; Wed, 23 Aug 2006 06:41:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r434042 - in /maven/continuum/trunk/continuum-webapp/src/main/webapp: WEB-INF/web.xml index.html index.jsp Date: Wed, 23 Aug 2006 13:41:16 -0000 To: continuum-commits@maven.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060823134117.15FC21A981A@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: brett Date: Wed Aug 23 06:41:15 2006 New Revision: 434042 URL: http://svn.apache.org/viewvc?rev=434042&view=rev Log: make / direct you straight to the summary page Added: maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp Removed: maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml?rev=434042&r1=434041&r2=434042&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml Wed Aug 23 06:41:15 2006 @@ -48,10 +48,6 @@ org.codehaus.plexus.xwork.PlexusLifecycleListener - - Index.action - - continuum /WEB-INF/continuum.tld Added: maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp?rev=434042&view=auto ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp (added) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp Wed Aug 23 06:41:15 2006 @@ -0,0 +1 @@ +<% response.sendRedirect( "/summary.action" ); %>