You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by df...@apache.org on 2004/12/18 16:22:42 UTC

cvs commit: jakarta-commons-sandbox/i18n build.xml

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org