Return-Path: Delivered-To: apmail-incubator-jspwiki-commits-archive@locus.apache.org Received: (qmail 80911 invoked from network); 24 Feb 2008 18:21:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2008 18:21:50 -0000 Received: (qmail 50030 invoked by uid 500); 24 Feb 2008 18:21:45 -0000 Delivered-To: apmail-incubator-jspwiki-commits-archive@incubator.apache.org Received: (qmail 50017 invoked by uid 500); 24 Feb 2008 18:21:45 -0000 Mailing-List: contact jspwiki-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-commits@incubator.apache.org Received: (qmail 50008 invoked by uid 99); 24 Feb 2008 18:21:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2008 10:21:45 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sun, 24 Feb 2008 18:21:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F14D51A9832; Sun, 24 Feb 2008 10:21:26 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r630650 - in /incubator/jspwiki/trunk: ChangeLog src/com/ecyrd/jspwiki/Release.java Date: Sun, 24 Feb 2008 18:21:26 -0000 To: jspwiki-commits@incubator.apache.org From: ajaquith@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080224182126.F14D51A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ajaquith Date: Sun Feb 24 10:21:25 2008 New Revision: 630650 URL: http://svn.apache.org/viewvc?rev=630650&view=rev Log: Eliminated the need to hard-code tags in JSPs by setting the web.xml javax.servlet.jsp.jstl.fmt.localizationContext so that it points to templates.default. Removed the setBundle tags from all JSPs. [JSPWIKI-195]: Superfluous WEB-INF/i18n directory created during war build. Also, several unneeded JARs were also being included. Modified: incubator/jspwiki/trunk/ChangeLog incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Modified: incubator/jspwiki/trunk/ChangeLog URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=630650&r1=630649&r2=630650&view=diff ============================================================================== --- incubator/jspwiki/trunk/ChangeLog (original) +++ incubator/jspwiki/trunk/ChangeLog Sun Feb 24 10:21:25 2008 @@ -1,3 +1,15 @@ +2007-2-24 Andrew Jaquith + + * 2.6.2-svn-2 + + * [JSPWIKI-195]: Superfluous WEB-INF/i18n directory created during war build. + Also, several unneeded JARs were also being included. + + * Eliminated the need to hard-code tags in JSPs by setting + the web.xml javax.servlet.jsp.jstl.fmt.localizationContext + so that it points to templates.default. Removed the setBundle tags from + all JSPs. + 2008-02-10 Janne Jalkanen * 2.6.2-svn-1 Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=630650&r1=630649&r2=630650&view=diff ============================================================================== --- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original) +++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Sun Feb 24 10:21:25 2008 @@ -77,7 +77,7 @@ *

* If the build identifier is empty, it is not added. */ - public static final String BUILD = "1"; + public static final String BUILD = "2"; /** * This is the generic version string you should use