svn commit: r511098 - /velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/BrowserSnifferTool.java

2007-02-23 Thread cbrisson
Author: cbrisson Date: Fri Feb 23 12:40:40 2007 New Revision: 511098 URL: http://svn.apache.org/viewvc?view=rev&rev=511098 Log: added some user agents for new OSes and browsers Modified: velocity/tools/trunk/src/java/org/apache/velocity/tools/view/tools/BrowserSnifferTool.java Modified: ve

svn commit: r511097 - in /velocity/tools/trunk/src: java/org/apache/velocity/tools/generic/MathTool.java test/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java

2007-02-23 Thread cbrisson
Author: cbrisson Date: Fri Feb 23 12:39:03 2007 New Revision: 511097 URL: http://svn.apache.org/viewvc?view=rev&rev=511097 Log: Uses a more orthodox method for the rountTo method. This does fix two problems: - the use of the pow method introduced quite big errors (pow is evil...) - it didn't wor

svn commit: r511096 - /velocity/tools/trunk/src/test/resources_en.properties

2007-02-23 Thread cbrisson
Author: cbrisson Date: Fri Feb 23 12:36:12 2007 New Revision: 511096 URL: http://svn.apache.org/viewvc?view=rev&rev=511096 Log: ooops, forgot the new resources_en.properties file... Added: velocity/tools/trunk/src/test/resources_en.properties - copied unchanged from r510602, velocity/t

svn commit: r511095 - in /velocity/tools/trunk: src/test/resources.properties test/conf/whiteboxtest-toolbox.xml

2007-02-23 Thread cbrisson
Author: cbrisson Date: Fri Feb 23 12:34:51 2007 New Revision: 511095 URL: http://svn.apache.org/viewvc?view=rev&rev=511095 Log: On a french system, the ResourceBundle will load resources_fr before resources. So we need to: - rename resources to resources_en - specify "en_US" as the default local

svn commit: r511007 - in /velocity/engine/trunk: build/build.properties build/build.xml examples/README.txt examples/anakia/README.txt experimental/veltag/build.xml xdocs/docs/index.xml

2007-02-23 Thread wglass
Author: wglass Date: Fri Feb 23 08:21:21 2007 New Revision: 511007 URL: http://svn.apache.org/viewvc?view=rev&rev=511007 Log: merge back from Velocity 1.5 branch. mostly typos. also enforces use of JDK 1.4 for building distribution. r509913:509925. Modified: velocity/engine/trunk/build/bui