You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2003/11/13 14:16:07 UTC

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody Constants.java

bruno       2003/11/13 05:16:07

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody Constants.java
  Log:
  Defined constant for Woody i18n catalogue
  
  Revision  Changes    Path
  1.4       +3 -0      cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/Constants.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Constants.java	24 Sep 2003 20:47:05 -0000	1.3
  +++ Constants.java	13 Nov 2003 13:16:07 -0000	1.4
  @@ -83,5 +83,8 @@
       public static final String WD_PREFIX = "wd";
       public static final String WD_PREFIX_COLON = "wd:";
   
  +    /** I18n catalogue containing the built-in Woody messages. */
  +    public static final String I18N_CATALOGUE = "woody";
  +
       public static final Attributes EMPTY_ATTRS = new AttributesImpl();
   }