dflorey     2004/12/18 07:22:42

  Modified:    i18n     build.xml
  Log:
  Added support for pluggable MessageProviders and added 
ResourceBundleMessageProvider
  to enable migration from resource bundle based applications to i18n.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons-sandbox/i18n/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/i18n/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 16 Oct 2004 17:35:01 -0000      1.2
  +++ build.xml 18 Dec 2004 15:22:42 -0000      1.3
  @@ -18,7 +18,7 @@
        <property name="deprecation" value="true" />
        <property name="optimize" value="true" />
   
  -     <property name="version" value="0.2" />
  +     <property name="version" value="0.3" />
        <property name="name" value="commons-i18n" />
        <!-- 
     ===================================================================
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to