You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2004/11/24 18:05:40 UTC

cvs commit: jakarta-turbine-fulcrum/localization/xdocs changes.xml

epugh       2004/11/24 09:05:40

  Modified:    localization project.xml
               localization/src/test TestComponentConfig.xml
               localization/xdocs changes.xml
  Log:
  Fix by  Kostyantyn Shchekotykhin for running localization on non US environments.
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-turbine-fulcrum/localization/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/localization/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	24 Nov 2004 13:46:32 -0000	1.5
  +++ project.xml	24 Nov 2004 17:05:40 -0000	1.6
  @@ -3,7 +3,7 @@
     <extend>${basedir}/../project.xml</extend>
     <id>fulcrum-localization</id>
     <name>Fulcrum Localization Component</name>
  -  <currentVersion>1.0.5</currentVersion>
  +  <currentVersion>1.0.6-dev</currentVersion>
     <versions>
       <version>
         <id>1.0.5</id>
  
  
  
  1.4       +1 -1      jakarta-turbine-fulcrum/localization/src/test/TestComponentConfig.xml
  
  Index: TestComponentConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/localization/src/test/TestComponentConfig.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestComponentConfig.xml	23 Nov 2004 19:36:10 -0000	1.3
  +++ TestComponentConfig.xml	24 Nov 2004 17:05:40 -0000	1.4
  @@ -1,6 +1,6 @@
   <componentConfig>
   
  -   <localization>
  +   <localization locale-default-language="en" locale-default-country="US">
         <bundles>
           <bundle>org.apache.fulcrum.localization.BarBundle</bundle>
           <bundle>org.apache.fulcrum.localization.FooBundle</bundle>
  
  
  
  1.6       +5 -0      jakarta-turbine-fulcrum/localization/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/localization/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	24 Nov 2004 13:46:34 -0000	1.5
  +++ changes.xml	24 Nov 2004 17:05:40 -0000	1.6
  @@ -6,6 +6,11 @@
     </properties>
   
     <body>
  +    <release version="1.0.6" date="">
  +      <action dev="epugh" type="update" due-to="Kostyantyn Shchekotykhin">
  +        Fix unit tests to run properly in non US english environments.
  +      </action>  
  +    </release>
       <release version="1.0.5" date="2004-11-24">
         <action dev="epugh" type="update" due-to="Kostyantyn Shchekotykhin">
           Merge api and impl jars into one project.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org