Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 95907 invoked from network); 11 Jan 2007 22:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2007 22:44:36 -0000 Received: (qmail 41045 invoked by uid 500); 11 Jan 2007 22:44:36 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 40970 invoked by uid 500); 11 Jan 2007 22:44:36 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 40959 invoked by uid 500); 11 Jan 2007 22:44:36 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 40952 invoked by uid 99); 11 Jan 2007 22:44:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jan 2007 14:44:36 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jan 2007 14:44:05 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 9624E1A981A; Thu, 11 Jan 2007 14:43:04 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r495418 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java Date: Thu, 11 Jan 2007 22:43:04 -0000 To: tomcat-dev@jakarta.apache.org From: remm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070111224304.9624E1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: remm Date: Thu Jan 11 14:43:03 2007 New Revision: 495418 URL: http://svn.apache.org/viewvc?view=rev&rev=495418 Log: - Revert change: the default version for the implicit taglib is 2.0. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java?view=diff&rev=495418&r1=495417&r2=495418 ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java Thu Jan 11 14:43:03 2007 @@ -48,7 +48,7 @@ private static final String TAGX_FILE_SUFFIX = ".tagx"; private static final String TAGS_SHORTNAME = "tags"; private static final String TLIB_VERSION = "1.0"; - private static final String JSP_VERSION = "2.1"; + private static final String JSP_VERSION = "2.0"; private static final String IMPLICIT_TLD = "implicit.tld"; // Maps tag names to tag file paths --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org