You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/01/07 16:20:06 UTC

svn commit: r493741 - in /velocity/tools/trunk/test: ./ conf/ conf/commons-logging.properties conf/whiteboxtest-toolbox.xml

Author: cbrisson
Date: Sun Jan  7 07:20:05 2007
New Revision: 493741

URL: http://svn.apache.org/viewvc?view=rev&rev=493741
Log:
test configuration files

Added:
    velocity/tools/trunk/test/
    velocity/tools/trunk/test/conf/
    velocity/tools/trunk/test/conf/commons-logging.properties
    velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml

Added: velocity/tools/trunk/test/conf/commons-logging.properties
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/test/conf/commons-logging.properties?view=auto&rev=493741
==============================================================================
--- velocity/tools/trunk/test/conf/commons-logging.properties (added)
+++ velocity/tools/trunk/test/conf/commons-logging.properties Sun Jan  7 07:20:05 2007
@@ -0,0 +1 @@
+org.apache.commons.logging.Log=org.apache.velocity.tools.test.FilteredLogSystemCommonsLog

Added: velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml?view=auto&rev=493741
==============================================================================
--- velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml (added)
+++ velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml Sun Jan  7 07:20:05 2007
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<toolbox>
+
+  <tool>
+    <key>alternator</key>
+    <class>org.apache.velocity.tools.generic.AlternatorTool</class>
+    <parameter name="auto-alternate" value="false"/>
+  </tool>
+
+  <tool>
+    <key>date</key>
+    <class>org.apache.velocity.tools.generic.DateTool</class>
+    <parameter name="format" value="yyyy-MM-dd"/>
+  </tool>
+
+  <tool>
+    <key>esc</key>
+    <class>org.apache.velocity.tools.generic.EscapeTool</class>
+  </tool>
+
+  <tool>
+    <key>math</key>
+    <class>org.apache.velocity.tools.generic.MathTool</class>
+  </tool>
+
+  <tool>
+    <key>number</key>
+    <class>org.apache.velocity.tools.generic.NumberTool</class>
+  </tool>
+
+</toolbox>