You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/02/24 19:21:26 UTC

svn commit: r630650 - in /incubator/jspwiki/trunk: ChangeLog src/com/ecyrd/jspwiki/Release.java

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 <fmr:setBundle> tags in JSPs by setting the web.xml <comtext-param> 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 <andrew AT apache DOT org>
+
+        * 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 <fmr:setBundle> tags in JSPs by setting
+        the web.xml <comtext-param> 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 <ja...@apache.org>
 
         * 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 @@
      *  <p>
      *  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