Return-Path: X-Original-To: apmail-continuum-commits-archive@www.apache.org Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBEC9175EB for ; Mon, 4 May 2015 01:43:30 +0000 (UTC) Received: (qmail 51836 invoked by uid 500); 4 May 2015 01:43:30 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 51805 invoked by uid 500); 4 May 2015 01:43:30 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 51796 invoked by uid 99); 4 May 2015 01:43:30 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 01:43:30 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 87047AC010F for ; Mon, 4 May 2015 01:43:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1677517 - in /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp: buildResults.jsp buildResultsPager.jspf Date: Mon, 04 May 2015 01:43:30 -0000 To: commits@continuum.apache.org From: batkinson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150504014330.87047AC010F@hades.apache.org> Author: batkinson Date: Mon May 4 01:43:30 2015 New Revision: 1677517 URL: http://svn.apache.org/r1677517 Log: Fixed compiled build result list pages found broken under Tomcat. Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResults.jsp continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResultsPager.jspf Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResults.jsp URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResults.jsp?rev=1677517&r1=1677516&r2=1677517&view=diff ============================================================================== --- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResults.jsp (original) +++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResults.jsp Mon May 4 01:43:30 2015 @@ -49,7 +49,7 @@ - + <%@ include file="buildResultsPager.jspf" %> @@ -114,7 +114,7 @@ - + <%@ include file="buildResultsPager.jspf" %> Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResultsPager.jspf URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResultsPager.jspf?rev=1677517&r1=1677516&r2=1677517&view=diff ============================================================================== --- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResultsPager.jspf (original) +++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/buildResultsPager.jspf Mon May 4 01:43:30 2015 @@ -1,4 +1,3 @@ -<%@ taglib uri="/struts-tags" prefix="s" %>